#include <dune/pdelab/backend/istl/novlpistlsolverbackend.hh>
|
| typedef X | domain_type |
| | The domain type of the preconditioner.
|
| |
| typedef Y | range_type |
| | The range type of the preconditioner.
|
| |
| typedef X::ElementType | field_type |
| | The field type of the preconditioner.
|
| |
|
| SolverCategory::Category | category () const override |
| |
| | NonoverlappingRichardson (const GFS &gfs_, const ISTL::ParallelHelper< GFS > &helper_) |
| | Constructor.
|
| |
| virtual void | pre (X &x, Y &b) const override |
| | Prepare the preconditioner.
|
| |
| virtual void | apply (X &v, const Y &d) const override |
| | Apply the precondioner.
|
| |
| virtual void | post (X &x) override |
| | Clean up.
|
| |
◆ domain_type
template<class GFS , class X , class Y >
The domain type of the preconditioner.
◆ field_type
template<class GFS , class X , class Y >
The field type of the preconditioner.
◆ range_type
template<class GFS , class X , class Y >
The range type of the preconditioner.
◆ NonoverlappingRichardson()
template<class GFS , class X , class Y >
◆ apply()
template<class GFS , class X , class Y >
◆ category()
template<class GFS , class X , class Y >
◆ post()
template<class GFS , class X , class Y >
◆ pre()
template<class GFS , class X , class Y >
Prepare the preconditioner.
The documentation for this class was generated from the following file: