dune-pdelab
2.4.1
|
#include <dune/pdelab/backend/istl/ovlpistlsolverbackend.hh>
Public Types | |
enum | { category =Dune::SolverCategory::overlapping } |
typedef M | matrix_type |
export types More... | |
typedef X | domain_type |
typedef Y | range_type |
typedef X::ElementType | field_type |
Public Member Functions | |
OverlappingOperator (const CC &cc_, const M &A) | |
virtual void | apply (const domain_type &x, range_type &y) const |
apply operator to x: ![]() | |
virtual void | applyscaleadd (field_type alpha, const domain_type &x, range_type &y) const |
apply operator to x, scale and add: ![]() | |
virtual const M & | getmat () const |
get matrix via * More... | |
typedef X Dune::PDELab::OverlappingOperator< CC, M, X, Y >::domain_type |
typedef X::ElementType Dune::PDELab::OverlappingOperator< CC, M, X, Y >::field_type |
typedef M Dune::PDELab::OverlappingOperator< CC, M, X, Y >::matrix_type |
export types
typedef Y Dune::PDELab::OverlappingOperator< CC, M, X, Y >::range_type |
|
inline |
|
inlinevirtual |
apply operator to x:
References Dune::PDELab::Backend::native(), and Dune::PDELab::set_constrained_dofs().
Referenced by Dune::PDELab::OverlappingWrappedPreconditioner< CC, GFS, P >::post().
|
inlinevirtual |
apply operator to x, scale and add:
References Dune::PDELab::Backend::native(), and Dune::PDELab::set_constrained_dofs().
|
inlinevirtual |
get matrix via *