|
dune-localfunctions
2.2.1
|
class for wrapping a finite element using the virtual interface More...
#include <dune/localfunctions/common/virtualwrappers.hh>
Public Types | |
| typedef Interface::Traits | Traits |
Public Member Functions | |
| LocalFiniteElementVirtualImp (const Imp &imp) | |
| More... | |
| LocalFiniteElementVirtualImp () | |
| Default constructor. Assumes that the implementation class is default constructible as well. More... | |
| LocalFiniteElementVirtualImp (const LocalFiniteElementVirtualImp &other) | |
| Copy contructor needed for deep copy. More... | |
| ~LocalFiniteElementVirtualImp () | |
| const Traits::LocalBasisType & | localBasis () const |
| More... | |
| const Traits::LocalCoefficientsType & | localCoefficients () const |
| More... | |
| const Traits::LocalInterpolationType & | localInterpolation () const |
| More... | |
| const GeometryType | type () const |
| More... | |
| virtual LocalFiniteElementVirtualImp < Imp > * | clone () const |
| clone this wrapper More... | |
Protected Attributes | |
| const Imp * | impl_ |
| const LocalBasisVirtualImp< T, typename Imp::Traits::LocalBasisType > | localBasisImp_ |
| const LocalCoefficientsVirtualImp < typename Imp::Traits::LocalCoefficientsType > | localCoefficientsImp_ |
| const LocalInterpolationVirtualImp < typename T::DomainType, typename T::RangeType, typename Imp::Traits::LocalInterpolationType > | localInterpolationImp_ |
class for wrapping a finite element using the virtual interface
This automatically inherits the differentiation order of the wrapped finite element and implements the corresponding interface
| Imp | LocalBasisInterface implementation |
| typedef Interface::Traits Dune::LocalFiniteElementVirtualImp< Imp >::Traits |
|
inline |
|
inline |
Default constructor. Assumes that the implementation class is default constructible as well.
|
inline |
Copy contructor needed for deep copy.
|
inline |
References Dune::LocalFiniteElementVirtualImp< Imp >::impl_.
|
inlinevirtual |
clone this wrapper
This 'virtual copy constructor' is needed if you want to copy the wrapper through the virtual interface.
Implements Dune::LocalFiniteElementVirtualInterface< Imp::Traits::LocalBasisType::Traits >.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
References Dune::LocalFiniteElementVirtualImp< Imp >::impl_.
|
protected |
|
protected |
Referenced by Dune::LocalFiniteElementVirtualImp< Imp >::localBasis().
|
protected |
|
protected |
1.8.3.1