|
dune-pdelab 2.10-git
|
Loading...
Searching...
No Matches
Dune::PDELab::ISTLBackend_SEQ_MatrixFree_BCGS_Richardson< GO > Class Template Reference
#include <dune/pdelab/backend/istl/seqistlsolverbackend.hh>
Inheritance diagram for Dune::PDELab::ISTLBackend_SEQ_MatrixFree_BCGS_Richardson< GO >:

Public Member Functions | |
| ISTLBackend_SEQ_MatrixFree_BCGS_Richardson (const GO &go_, unsigned maxiter_=5000, int verbose_=1) | |
| make a linear solver object | |
| void | apply (V &z, W &r, typename Dune::template FieldTraits< typename W::ElementType >::real_type reduction) |
| solve the given linear system | |
| void | setLinearizationPoint (const V &u) |
| Set position of jacobian, ust be called before apply() for nonlinear problems. | |
| template<class V > | |
| Dune::template FieldTraits< typenameV::ElementType >::real_type | norm (const V &v) const |
| compute global norm of a vector | |
| const Dune::PDELab::LinearSolverResult< double > & | result () const |
| Return access to result data. | |
Protected Attributes | |
| Dune::PDELab::LinearSolverResult< double > | res |
Constructor & Destructor Documentation
◆ ISTLBackend_SEQ_MatrixFree_BCGS_Richardson()
template<class GO >
|
inlineexplicit |
make a linear solver object
- Parameters
-
[in] op_ Operator that will be passed to ISTL solver [in] maxiter_ maximum number of iterations to do [in] verbose_ print messages if true
Member Function Documentation
◆ apply()
|
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
◆ result()
|
inlineinherited |
Return access to result data.
◆ setLinearizationPoint()
|
inlineinherited |
Set position of jacobian, ust be called before apply() for nonlinear problems.
Member Data Documentation
◆ res
|
protectedinherited |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8