Skip to content
Snippets Groups Projects
Commit 910ac839 authored by Markus Blatt's avatar Markus Blatt
Browse files

Get rid off SuperLU dependency.

[[Imported from SVN: r864]]
parent f0f31c95
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@
#include <dune/istl/paamg/construction.hh>
#include <dune/istl/paamg/aggregates.hh>
#include <dune/istl/preconditioners.hh>
#include <dune/istl/overlappingschwarz.hh>
#include <dune/istl/schwarz.hh>
#include <dune/common/propertymap.hh>
......@@ -385,6 +384,12 @@ namespace Dune
};
#ifdef HAVE_SUPERLU
// forward dseclarations
template<class M, class X, class MO, class A>
class SeqOverlappingSchwarz;
class MultiplicativeSchwarzMode;
template<class M, class X, class TA>
struct SmootherApplier<SeqOverlappingSchwarz<M,X,MultiplicativeSchwarzMode,TA> >
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment