dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::OverlappingOperator< CC, M, X, Y > Class Template Reference

#include <dune/pdelab/backend/ovlpistlsolverbackend.hh>

Inheritance diagram for Dune::PDELab::OverlappingOperator< CC, M, X, Y >:
Inheritance graph

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: $ y = A(x) $ More...
 
virtual void applyscaleadd (field_type alpha, const domain_type &x, range_type &y) const
 apply operator to x, scale and add: $ y = y + \alpha A(x) $ More...
 
virtual const M & getmat () const
 get matrix via * More...
 

Member Typedef Documentation

template<class CC , class M , class X , class Y >
typedef X Dune::PDELab::OverlappingOperator< CC, M, X, Y >::domain_type
template<class CC , class M , class X , class Y >
typedef X::ElementType Dune::PDELab::OverlappingOperator< CC, M, X, Y >::field_type
template<class CC , class M , class X , class Y >
typedef M Dune::PDELab::OverlappingOperator< CC, M, X, Y >::matrix_type

export types

template<class CC , class M , class X , class Y >
typedef Y Dune::PDELab::OverlappingOperator< CC, M, X, Y >::range_type

Member Enumeration Documentation

template<class CC , class M , class X , class Y >
anonymous enum
Enumerator
category 

Constructor & Destructor Documentation

template<class CC , class M , class X , class Y >
Dune::PDELab::OverlappingOperator< CC, M, X, Y >::OverlappingOperator ( const CC &  cc_,
const M &  A 
)
inline

Member Function Documentation

template<class CC , class M , class X , class Y >
virtual void Dune::PDELab::OverlappingOperator< CC, M, X, Y >::apply ( const domain_type x,
range_type y 
) const
inlinevirtual

apply operator to x: $ y = A(x) $

References Dune::PDELab::istl::raw(), and Dune::PDELab::set_constrained_dofs().

template<class CC , class M , class X , class Y >
virtual void Dune::PDELab::OverlappingOperator< CC, M, X, Y >::applyscaleadd ( field_type  alpha,
const domain_type x,
range_type y 
) const
inlinevirtual

apply operator to x, scale and add: $ y = y + \alpha A(x) $

References Dune::PDELab::istl::raw(), and Dune::PDELab::set_constrained_dofs().

template<class CC , class M , class X , class Y >
virtual const M& Dune::PDELab::OverlappingOperator< CC, M, X, Y >::getmat ( ) const
inlinevirtual

get matrix via *


The documentation for this class was generated from the following file: