|
dune-pdelab
2.5-dev
|
Solver to be used for explicit time-steppers with (block-)diagonal mass matrix. More...
#include <dune/pdelab/backend/istl/novlpistlsolverbackend.hh>
Public Member Functions | |
| ISTLBackend_NOVLP_ExplicitDiagonal (const GFS &gfs_) | |
| make a linear solver object More... | |
| 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... | |
Solver to be used for explicit time-steppers with (block-)diagonal mass matrix.
|
inlineexplicit |
make a linear solver object
| [in] | gfs_ | GridFunctionSpace, used to identify DoFs for parallel communication |
|
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 |
|
inline |
Return access to result data.
1.8.17