|
dune-pdelab
2.0.0
|
#include <dune/pdelab/backend/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: More... | |
| virtual void | applyscaleadd (field_type alpha, const domain_type &x, range_type &y) const |
apply operator to x, scale and add: More... | |
| 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::istl::raw(), and Dune::PDELab::set_constrained_dofs().
|
inlinevirtual |
apply operator to x, scale and add:
References Dune::PDELab::istl::raw(), and Dune::PDELab::set_constrained_dofs().
|
inlinevirtual |
get matrix via *
1.8.7