[dune-pdelab] [dune-pdelab-commit] dune-pdelab r420 - trunk/dune/pdelab/backend

Bernd Flemisch bernd at iws.uni-stuttgart.de
Thu Feb 18 14:38:19 CET 2010


Hey Peter,

great, thank you! Could you maybe also
#include "istlvectorbackend.hh"
in istlsolverbackend.hh?

Thank you. Kind regards
Bernd

On 02/18/2010 01:13 PM, peter at conan.iwr.uni-heidelberg.de wrote:
> Author: peter
> Date: Thu Feb 18 13:13:26 2010
> New Revision: 420
> URL: http://svn.dune-project.org/websvn/listing.php?repname=dune-pdelab&path=/&rev=420&sc=1
>
> Log:
> should comile without SuperLU
>
> Modified:
>    trunk/dune/pdelab/backend/istlsolverbackend.hh
>
> Modified: trunk/dune/pdelab/backend/istlsolverbackend.hh
> ==============================================================================
> --- trunk/dune/pdelab/backend/istlsolverbackend.hh	Wed Feb 17 17:28:58 2010	(r419)
> +++ trunk/dune/pdelab/backend/istlsolverbackend.hh	Thu Feb 18 13:13:26 2010	(r420)
> @@ -1076,7 +1076,7 @@
>  	res.elapsed    = stat.elapsed;
>  	res.reduction  = stat.reduction;
>  #else
> -#error No superLU support, please install and configure it.
> +	std::cout << "No superLU support, please install and configure it." << std::endl;
>  #endif
>        }
>    
> @@ -1351,7 +1351,7 @@
>  	res.elapsed    = stat.elapsed;
>  	res.reduction  = stat.reduction;
>  #else
> -#error No superLU support, please install and configure it.
> +	std::cout << "No superLU support, please install and configure it." << std::endl;
>  #endif
>        }
>  
>
> _______________________________________________
> dune-pdelab-commit mailing list
> dune-pdelab-commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-pdelab-commit
>
>   

-- 
_____________________________________________________________________

Bernd Flemisch                               phone: +49 711 685 69162
IWS, Universität Stuttgart                   fax:   +49 711 685 60430
Pfaffenwaldring 61                  email: bernd at iws.uni-stuttgart.de
D-70569 Stuttgart                  url: www.hydrosys.uni-stuttgart.de
_____________________________________________________________________





More information about the dune-pdelab mailing list