dune-localfunctions
2.2.1
|
class for wrapping a basis using the virtual interface More...
#include <dune/localfunctions/common/virtualwrappers.hh>
Public Types | |
typedef T | Traits |
Public Member Functions | |
void | evaluate (const typename Dune::template array< int, Traits::diffOrder > &directions, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
More... | |
template<int k> | |
void | evaluate (const typename Dune::template array< int, k > &directions, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
Protected Member Functions | |
LocalBasisVirtualImp (const Imp &imp) | |
constructor taking an implementation of the interface More... | |
Friends | |
template<class FEImp > | |
class | LocalFiniteElementVirtualImp |
class for wrapping a basis using the virtual interface
The differentiation order of the traits T might be less then the one in the traits of the implementation.
T | The LocalBasisTraits class |
Imp | LocalBasisInterface implementation |
typedef T Dune::LocalBasisVirtualImp< T, Imp >::Traits |
|
inlineprotected |
constructor taking an implementation of the interface
|
inline |
|
inlineinherited |
|
friend |