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

Fixed template parameters of BlockPreconditioner.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@12947 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent dce1f9d8
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ SET_PROP(CCModel, AMGPDELabBackend)
typedef Dune::OwnerOverlapCopyCommunication<Dune::bigunsignedint<96>,int> Comm;
typedef Dune::OverlappingSchwarzOperator<MType,VType, VType,Comm> LinearOperator;
typedef Dune::OverlappingSchwarzScalarProduct<VType,Comm> ScalarProduct;
typedef Dune::BlockPreconditioner<MType,VType,Comm,Dune::SeqSSOR<MType,VType, VType> > Smoother;
typedef Dune::BlockPreconditioner<VType,VType,Comm,Dune::SeqSSOR<MType,VType, VType> > Smoother;
#else
typedef Dune::Amg::SequentialInformation Comm;
typedef Dune::MatrixAdapter<MType,VType,VType> LinearOperator;
......@@ -157,7 +157,7 @@ SET_PROP(DecoupledModel, AMGPDELabBackend)
typedef Dune::OwnerOverlapCopyCommunication<Dune::bigunsignedint<96>,int> Comm;
typedef Dune::OverlappingSchwarzOperator<MType,VType, VType,Comm> LinearOperator;
typedef Dune::OverlappingSchwarzScalarProduct<VType,Comm> ScalarProduct;
typedef Dune::BlockPreconditioner<MType,VType,Comm,Dune::SeqSSOR<MType,VType, VType> > Smoother;
typedef Dune::BlockPreconditioner<VType,VType,Comm,Dune::SeqSSOR<MType,VType, VType> > Smoother;
#else
typedef Dune::Amg::SequentialInformation Comm;
typedef Dune::MatrixAdapter<MType,VType,VType> LinearOperator;
......
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