Dune Core Modules (2.8.0)
Dune::LocalFiniteElementVirtualImp< Imp > Class Template Reference
class for wrapping a finite element using the virtual interface More...
#include <dune/localfunctions/common/virtualwrappers.hh>
Public Member Functions | |
LocalFiniteElementVirtualImp (const Imp &imp) | |
taking a LocalFiniteElementVirtualInterface implementation More... | |
LocalFiniteElementVirtualImp () | |
Default constructor. Assumes that the implementation class is default constructible as well. | |
LocalFiniteElementVirtualImp (const LocalFiniteElementVirtualImp &other) | |
Copy contructor needed for deep copy. | |
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 More... | |
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
Constructor & Destructor Documentation
◆ LocalFiniteElementVirtualImp()
template<class Imp >
|
inline |
taking a LocalFiniteElementVirtualInterface implementation
taking a LocalFiniteElementVirtualInterface implementation
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.
Implements Dune::LocalFiniteElementVirtualInterface< Imp::Traits::LocalBasisType::Traits >.
◆ localBasis()
template<class Imp >
|
inlinevirtual |
◆ localCoefficients()
template<class Imp >
|
inlinevirtual |
◆ localInterpolation()
template<class Imp >
|
inlinevirtual |
◆ type()
template<class Imp >
|
inlinevirtual |
The documentation for this class was generated from the following file:
- dune/localfunctions/common/virtualwrappers.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)