dune-pdelab
2.4-dev
|
#include <dune/pdelab/backend/istl/novlpistlsolverbackend.hh>
Public Types | |
enum | { category =Dune::SolverCategory::nonoverlapping } |
typedef X | domain_type |
The domain type of the preconditioner. More... | |
typedef Y | range_type |
The range type of the preconditioner. More... | |
typedef X::ElementType | field_type |
The field type of the preconditioner. More... | |
Public Member Functions | |
NonoverlappingRichardson (const GFS &gfs_, const istl::ParallelHelper< GFS > &helper_) | |
Constructor. More... | |
virtual void | pre (X &x, Y &b) |
Prepare the preconditioner. More... | |
virtual void | apply (X &v, const Y &d) |
Apply the precondioner. More... | |
virtual void | post (X &x) |
Clean up. More... | |
typedef X Dune::PDELab::NonoverlappingRichardson< GFS, X, Y >::domain_type |
The domain type of the preconditioner.
typedef X::ElementType Dune::PDELab::NonoverlappingRichardson< GFS, X, Y >::field_type |
The field type of the preconditioner.
typedef Y Dune::PDELab::NonoverlappingRichardson< GFS, X, Y >::range_type |
The range type of the preconditioner.
|
inline |
Constructor.
|
inlinevirtual |
Apply the precondioner.
|
inlinevirtual |
Clean up.
|
inlinevirtual |
Prepare the preconditioner.