|
dune-localfunctions 2.10
|
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) | |
| taking a LocalFiniteElementVirtualInterface implementation | |
| LocalFiniteElementVirtualImp () | |
| Default constructor. Assumes that the implementation class is default constructible as well. | |
| LocalFiniteElementVirtualImp (const LocalFiniteElementVirtualImp &other) | |
| Copy constructor needed for deep copy. | |
| ~LocalFiniteElementVirtualImp () | |
| const Traits::LocalBasisType & | localBasis () const |
| const Traits::LocalCoefficientsType & | localCoefficients () const |
| const Traits::LocalInterpolationType & | localInterpolation () const |
| unsigned int | size () const |
| Number of shape functions in this finite element. | |
| const GeometryType | type () const |
| virtual LocalFiniteElementVirtualImp< Imp > * | clone () const |
| clone this wrapper | |
Protected Attributes | |
| const Imp * | impl_ |
| const LocalBasisVirtualImp< LocalBasisTraits, typename Imp::Traits::LocalBasisType > | localBasisImp_ |
| const LocalCoefficientsVirtualImp< typename Imp::Traits::LocalCoefficientsType > | localCoefficientsImp_ |
| const LocalInterpolationVirtualImp< typename LocalBasisTraits::DomainType, typename LocalBasisTraits::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 |
taking a LocalFiniteElementVirtualInterface implementation
taking a LocalFiniteElementVirtualInterface implementation
|
inline |
Default constructor. Assumes that the implementation class is default constructible as well.
|
inline |
Copy constructor needed for deep copy.
|
inline |
|
inlinevirtual |
clone this wrapper
This 'virtual copy constructor' is needed if you want to copy the wrapper through the virtual interface.
|
inline |
|
inline |
|
inline |
|
inline |
Number of shape functions in this finite element.
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |