fixup! [FlexibleSolver] Added missing headers determine IsComm.

This commit is contained in:
Markus Blatt 2020-04-02 17:16:17 +02:00
parent 9ce008ef7d
commit 20f26bffbf

View File

@ -43,10 +43,11 @@ template<>
struct IsComm<Dune::Amg::SequentialInformation> : std::true_type
{};
#if HAVE_MPI
template<class Index>
struct IsComm<Dune::OwnerOverlapCopyCommunication<Index>> : std::true_type
{};
#endif
/// A solver class that encapsulates all needed objects for a linear solver
/// (operator, scalar product, iterative solver and preconditioner) and sets
/// them up based on runtime parameters, using the PreconditionerFactory for