|
dune-pdelab 2.7-git
|
Sequential matrix-free solver backend. More...
#include <dune/pdelab/backend/istl/matrixfree/backends.hh>

Public Member Functions | |
| ISTLBackend_SEQ_MatrixFree_Base (const GO &go, const PrecGO &precgo, unsigned maxiter=5000, int verbose=1) | |
| void | apply (V &z, W &r, typename V::ElementType reduction) |
| void | setLinearizationPoint (const V &u) |
| template<class V > | |
| Dune::template FieldTraits< typenameV::ElementType >::real_type | norm (const V &v) const |
| compute global norm of a vector | |
| const Dune::PDELab::LinearSolverResult< double > & | result () const |
| Return access to result data. | |
Static Public Attributes | |
| static constexpr bool | isMatrixFree {true} |
Protected Attributes | |
| Dune::PDELab::LinearSolverResult< double > | res |
Sequential matrix-free solver backend.
This can be used with a combination of {CGSolver, BiCGSTABSolver, MINRESSolver} as a solver and grid operator build from one of the following local operators:
Note: If you use BlockSORPreconditionerLocalOperator you need to use FastDGGridOperator!
| GO | Grid operator implementing the matrix-free operator application |
| PrecGO | Grid operator implementing matrix-free preconditioning |
|
inline |
|
inline |
|
inlineinherited |
compute global norm of a vector
\param[in] v the given vector
|
inlineinherited |
Return access to result data.
|
inline |
Set position of jacobian. Must be called before apply().
|
staticconstexpr |
|
protectedinherited |