|
| | ISTLBackend_NOVLP_CG_NOPREC (const GFS &gfs_, unsigned maxiter_=5000, int verbose_=1) |
| | 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 V::ElementType >::real_type reduction) |
| | solve the given linear system More...
|
| |
| const Dune::PDELab::LinearSolverResult< double > & | result () const |
| | Return access to result data. More...
|
| |
template<class GFS>
class Dune::PDELab::ISTLBackend_NOVLP_CG_NOPREC< GFS >
Nonoverlapping parallel CG solver without preconditioner.