dune-pdelab
2.4.1
|
#include <dune/pdelab/backend/istl/ovlpistlsolverbackend.hh>
Public Types | |
enum | { category =Dune::SolverCategory::overlapping } |
using | domain_type = Dune::PDELab::Backend::Vector< GFS, typename P::domain_type::field_type > |
The domain type of the preconditioner. More... | |
using | range_type = Dune::PDELab::Backend::Vector< GFS, typename P::range_type::field_type > |
The range type of the preconditioner. More... | |
Public Member Functions | |
OverlappingWrappedPreconditioner (const GFS &gfs_, P &prec_, const CC &cc_, const istl::ParallelHelper< GFS > &helper_) | |
Constructor. More... | |
virtual void | pre (domain_type &x, range_type &b) |
Prepare the preconditioner. More... | |
virtual void | apply (domain_type &v, const range_type &d) |
Apply the preconditioner. More... | |
virtual void | post (domain_type &x) |
Clean up. More... | |
using Dune::PDELab::OverlappingWrappedPreconditioner< CC, GFS, P >::domain_type = Dune::PDELab::Backend::Vector<GFS,typename P::domain_type::field_type> |
The domain type of the preconditioner.
using Dune::PDELab::OverlappingWrappedPreconditioner< CC, GFS, P >::range_type = Dune::PDELab::Backend::Vector<GFS,typename P::range_type::field_type> |
The range type of the preconditioner.
anonymous enum |
|
inline |
Constructor.
|
inlinevirtual |
Apply the preconditioner.
References Dune::PDELab::Backend::native(), and Dune::PDELab::set_constrained_dofs().
|
inlinevirtual |
|
inlinevirtual |
Prepare the preconditioner.