DUNE PDELab (git)
Dune::PDELab::ISTLBackend_SEQ_MINRES_SSOR Class Reference
Backend using a MINRes solver preconditioned by SSOR. More...
#include <dune/pdelab/backend/istl/seqistlsolverbackend.hh>
Public Member Functions | |
ISTLBackend_SEQ_MINRES_SSOR (unsigned maxiter_=5000, int verbose_=1, unsigned preconditioner_steps_=1) | |
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< typenameV::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. | |
Detailed Description
Backend using a MINRes solver preconditioned by SSOR.
Constructor & Destructor Documentation
◆ ISTLBackend_SEQ_MINRES_SSOR()
|
inlineexplicit |
make a linear solver object
- Parameters
-
[in] maxiter_ maximum number of iterations to do [in] verbose_ print messages if true
Member Function Documentation
◆ apply()
template<template< class, class, class, int > class Preconditioner, template< class > class Solver>
template<class M , class V , class W >
|
inlineinherited |
solve the given linear system
- Parameters
-
[in] A the given matrix [out] z the solution vector to be computed [in] r right hand side [in] reduction to be achieved
◆ norm()
template<class V >
|
inlineinherited |
compute global norm of a vector
\param[in] v the given vector
The documentation for this class was generated from the following file:
- dune/pdelab/backend/istl/seqistlsolverbackend.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)