|
dune-localfunctions 2.8.0
|
Loading...
Searching...
No Matches
Dune::LocalFiniteElementVirtualImp< Imp > Class Template Reference
class for wrapping a finite element using the virtual interface More...
#include <dune/localfunctions/common/virtualwrappers.hh>
Inheritance diagram for Dune::LocalFiniteElementVirtualImp< Imp >:

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 contructor 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_ |
Detailed Description
template<class Imp>
class Dune::LocalFiniteElementVirtualImp< Imp >
class Dune::LocalFiniteElementVirtualImp< Imp >
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
- Template Parameters
-
Imp LocalBasisInterface implementation
Member Typedef Documentation
◆ Traits
template<class Imp >
| typedef Interface::Traits Dune::LocalFiniteElementVirtualImp< Imp >::Traits |
Constructor & Destructor Documentation
◆ LocalFiniteElementVirtualImp() [1/3]
template<class Imp >
|
inline |
taking a LocalFiniteElementVirtualInterface implementation
taking a LocalFiniteElementVirtualInterface implementation
◆ LocalFiniteElementVirtualImp() [2/3]
template<class Imp >
|
inline |
Default constructor. Assumes that the implementation class is default constructible as well.
◆ LocalFiniteElementVirtualImp() [3/3]
template<class Imp >
|
inline |
Copy contructor needed for deep copy.
◆ ~LocalFiniteElementVirtualImp()
template<class Imp >
|
inline |
Member Function Documentation
◆ clone()
template<class Imp >
|
inlinevirtual |
clone this wrapper
This 'virtual copy constructor' is needed if you want to copy the wrapper through the virtual interface.
◆ localBasis()
template<class Imp >
|
inline |
◆ localCoefficients()
template<class Imp >
|
inline |
◆ localInterpolation()
template<class Imp >
|
inline |
◆ size()
template<class Imp >
|
inline |
Number of shape functions in this finite element.
◆ type()
template<class Imp >
|
inline |
Member Data Documentation
◆ impl_
template<class Imp >
|
protected |
◆ localBasisImp_
template<class Imp >
|
protected |
◆ localCoefficientsImp_
template<class Imp >
|
protected |
◆ localInterpolationImp_
template<class Imp >
|
protected |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8