dune-pdelab 2.7-git
|
Solver to be used for explicit time-steppers with (block-)diagonal mass matrix. More...
#include <dune/pdelab/backend/istl/ovlpistlsolverbackend.hh>
Public Member Functions | |
ISTLBackend_OVLP_ExplicitDiagonal (const GFS &gfs_) | |
make a linear solver object More... | |
ISTLBackend_OVLP_ExplicitDiagonal (const ISTLBackend_OVLP_ExplicitDiagonal &other_) | |
template<class V > | |
V::ElementType | norm (const V &v) const |
compute global norm of a vector More... | |
template<class M , class V , class W > | |
void | apply (M &A, V &z, W &r, typename Dune::template FieldTraits< typename W::ElementType >::real_type reduction) |
solve the given linear system More... | |
const Dune::PDELab::LinearSolverResult< double > & | result () const |
Return access to result data. More... | |
Protected Attributes | |
Dune::PDELab::LinearSolverResult< double > | res |
Solver to be used for explicit time-steppers with (block-)diagonal mass matrix.
GFS | The Type of the GridFunctionSpace. |
|
inlineexplicit |
make a linear solver object
[in] | gfs_ | a grid function space |
|
inlineexplicit |
|
inline |
solve the given linear system
[in] | A | the given matrix |
[out] | z | the solution vector to be computed |
[in] | r | right hand side |
[in] | reduction | to be achieved |
|
inline |
compute global norm of a vector
[in] | v | the given vector |
|
inlineinherited |
Return access to result data.
|
protectedinherited |