12#ifndef DUMUX_LINEAR_SOLVER_ACCEPTS_MULTITYPEMATRIX_HH
13#define DUMUX_LINEAR_SOLVER_ACCEPTS_MULTITYPEMATRIX_HH
16#ifndef DUMUX_SUPPRESS_LINEAR_SOLVER_ACCEPTS_MULTITYPEMATRIX_WARNING
17#warning "This header is deprecated and will be removed after release 3.7."
21#pragma GCC diagnostic push
22#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
27template<
class LinearSolver>
73struct linearSolverAcceptsMultiTypeMatrix<UMFPackBackend> :
public std::false_type {};
78#pragma GCC diagnostic pop
Sequential ILU(0)-preconditioned BiCGSTAB solver.
Definition: seqsolverbackend.hh:603
Sequential ILU(0)-preconditioned CG solver.
Definition: seqsolverbackend.hh:639
Sequential ILU0-preconditioned GMRes solver.
Definition: seqsolverbackend.hh:676
Sequential ILU(n)-preconditioned BiCSTAB solver.
Definition: seqsolverbackend.hh:193
Sequential ILU(n)-preconditioned CG solver.
Definition: seqsolverbackend.hh:381
Sequential ILU(n)-preconditioned GMRes solver.
Definition: seqsolverbackend.hh:714
Dumux sequential linear solver backends.
The default.
Definition: linearsolveracceptsmultitypematrix.hh:28