24#ifndef DUMUX_LINEAR_SOLVER_ACCEPTS_MULTITYPEMATRIX_HH
25#define DUMUX_LINEAR_SOLVER_ACCEPTS_MULTITYPEMATRIX_HH
32template<
class LinearSolver>
64struct linearSolverAcceptsMultiTypeMatrix<UMFPackBackend> :
public std::false_type {};
Dumux sequential linear solver backends.
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
The default.
Definition: linearsolveracceptsmultitypematrix.hh:33
Sequential ILU(n)-preconditioned BiCSTAB solver.
Definition: seqsolverbackend.hh:205
Sequential ILU(n)-preconditioned CG solver.
Definition: seqsolverbackend.hh:393
Sequential ILU(0)-preconditioned BiCGSTAB solver.
Definition: seqsolverbackend.hh:615
Sequential ILU(0)-preconditioned CG solver.
Definition: seqsolverbackend.hh:651
Sequential ILU0-preconditioned GMRes solver.
Definition: seqsolverbackend.hh:688
Sequential ILU(n)-preconditioned GMRes solver.
Definition: seqsolverbackend.hh:726