KASKADE 7 development version
|
#include <jacobiSolver.hh>
Definition at line 190 of file jacobiSolver.hh.
Public Types | |
typedef Dune::FieldMatrix< Scalar, 1, 1 > | MatrixBlock |
typedef Dune::FieldVector< Scalar, 1 > | VectorBlock |
Public Member Functions | |
JacobiPreconditionerForTriplets (MatrixAsTriplet< Scalar, SparseIndexInt > const &A) | |
template<class Assembler , int row, int rend, int col, int cend> | |
JacobiPreconditionerForTriplets (AssembledGalerkinOperator< Assembler, row, rend, col, cend > const &A) | |
template<class Assembler , int row, int rend, int col, int cend> | |
JacobiPreconditionerForTriplets (TransposedOperator< AssembledGalerkinOperator< Assembler, row, rend, col, cend > > const &A) | |
virtual | ~JacobiPreconditionerForTriplets () |
void | pre (Domain &, Range &) |
void | post (Domain &) |
void | apply (Domain &solution, Range const &rhs) |
Static Public Attributes | |
static int const | category = Dune::SolverCategory::sequential |
typedef Dune::FieldMatrix<Scalar,1,1> Kaskade::JacobiPreconditionerForTriplets< Scalar, Domain, Range, SparseIndexInt >::MatrixBlock |
Definition at line 193 of file jacobiSolver.hh.
typedef Dune::FieldVector<Scalar,1> Kaskade::JacobiPreconditionerForTriplets< Scalar, Domain, Range, SparseIndexInt >::VectorBlock |
Definition at line 194 of file jacobiSolver.hh.
|
inlineexplicit |
Definition at line 197 of file jacobiSolver.hh.
|
inlineexplicit |
Definition at line 204 of file jacobiSolver.hh.
|
inlineexplicit |
Definition at line 209 of file jacobiSolver.hh.
|
inlinevirtual |
Definition at line 213 of file jacobiSolver.hh.
|
inline |
Definition at line 218 of file jacobiSolver.hh.
Referenced by Kaskade::YetAnotherHBErrorEstimator< Functional, VariableSetDescription, ExtensionVariableSetDescription, ExtensionSpace, NormFunctional, RefinementStrategy, lump, components, ReferenceSolution, ReferenceOperator >::operator()(), and Kaskade::YetAnotherHBErrorEstimator_Elasticity< Functional, VariableSetDescription, ExtensionVariableSetDescription, ExtensionSpace, NormFunctional, RefinementStrategy, lump, components >::operator()().
|
inline |
Definition at line 216 of file jacobiSolver.hh.
|
inline |
Definition at line 215 of file jacobiSolver.hh.
|
static |
Definition at line 196 of file jacobiSolver.hh.