dune-localfunctions 3.0-git
|
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 std::array< int, Traits::diffOrder > &directions, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
template<int k> | |
void | evaluate (const typename std::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 | |
class for wrapping a basis using the virtual interface
The differentiation order of the traits T might be less than 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 |