A linear solver using the dune-istl solver factory to choose the solver and preconditioner at runtime.
More...
#include <dumux/linear/istlsolverfactorybackend.hh>
- Note
- the solvers are configured via the input file
◆ Scalar
export Scalar type (might be needed to set parameters from output) TODO: Do we need this?
◆ IstlSolverFactoryBackend() [1/2]
- Parameters
-
paramGroup | the parameter group for parameter lookup |
◆ IstlSolverFactoryBackend() [2/2]
- Parameters
-
gridView | the grid view for parallel communication via the grid |
dofMapper | an index mapper for dof entities |
paramGroup | the parameter group for parameter lookup |
◆ maxIter()
int Dumux::LinearSolver::maxIter |
( |
| ) |
const |
|
inlineinherited |
◆ name()
◆ norm() [1/2]
◆ norm() [2/2]
template<class Vector >
auto Dumux::LinearSolver::norm |
( |
const Vector & |
x | ) |
const |
|
inlineinherited |
◆ paramGroup()
const std::string & Dumux::LinearSolver::paramGroup |
( |
| ) |
const |
|
inlineinherited |
◆ precondIter()
int Dumux::LinearSolver::precondIter |
( |
| ) |
const |
|
inlineinherited |
◆ precondVerbosity()
int Dumux::LinearSolver::precondVerbosity |
( |
| ) |
const |
|
inlineinherited |
◆ relaxation()
Scalar Dumux::LinearSolver::relaxation |
( |
| ) |
const |
|
inlineinherited |
◆ residReduction()
Scalar Dumux::LinearSolver::residReduction |
( |
| ) |
const |
|
inlineinherited |
◆ result()
◆ setMaxIter()
void Dumux::LinearSolver::setMaxIter |
( |
int |
i | ) |
|
|
inlineinherited |
◆ setPrecondIter()
void Dumux::LinearSolver::setPrecondIter |
( |
int |
i | ) |
|
|
inlineinherited |
◆ setPrecondVerbosity()
void Dumux::LinearSolver::setPrecondVerbosity |
( |
int |
verbosityLevel | ) |
|
|
inlineinherited |
◆ setRelaxation()
void Dumux::LinearSolver::setRelaxation |
( |
Scalar |
r | ) |
|
|
inlineinherited |
◆ setResidualReduction()
void Dumux::LinearSolver::setResidualReduction |
( |
Scalar |
r | ) |
|
|
inlineinherited |
◆ setVerbosity()
void Dumux::LinearSolver::setVerbosity |
( |
int |
v | ) |
|
|
inlineinherited |
◆ solve() [1/2]
template<class Matrix , class Vector >
bool Dumux::LinearSolver::solve |
( |
const Matrix & |
A, |
|
|
Vector & |
x, |
|
|
const Vector & |
b |
|
) |
| |
|
inlineinherited |
- Note
- This has to be overloaded by the actual solver
◆ solve() [2/2]
- Parameters
-
A | the matrix |
x | the seeked solution vector, containing the initial solution upon entry |
b | the right hand side vector |
◆ verbosity()
int Dumux::LinearSolver::verbosity |
( |
| ) |
const |
|
inlineinherited |
The documentation for this class was generated from the following file: