|
dune-pdelab
2.4.1
|
Solver to be used for explicit time-steppers with (block-)diagonal mass matrix. More...
#include <dune/pdelab/backend/istl/seqistlsolverbackend.hh>

Public Member Functions | |
| ISTLBackend_SEQ_ExplicitDiagonal () | |
| make a linear solver object 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... | |
| template<class V > | |
| Dune::template FieldTraits< typename V::ElementType >::real_type | norm (const V &v) const |
| compute global norm of a vector 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.
|
inline |
make a linear solver object
|
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 |
References Dune::PDELab::Backend::native().
|
inlineinherited |
compute global norm of a vector
| [in] | v | the given vector |
References Dune::PDELab::Backend::native().
|
inlineinherited |
Return access to result data.
|
protectedinherited |
1.8.11