class for wrapping a basis using the virtual interface
More...
#include <dune/localfunctions/common/virtualwrappers.hh>
|
void | evaluate (const typename std::template 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 |
|
template<class T, class Imp>
class Dune::LocalBasisVirtualImp< T, Imp >
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.
- Template Parameters
-
template<class T, class Imp>
template<class T, class Imp>
constructor taking an implementation of the interface
template<class T, class Imp>
void Dune::LocalBasisVirtualImp< T, Imp >::evaluate |
( |
const typename std::template array< int, Traits::diffOrder > & |
directions, |
|
|
const typename Traits::DomainType & |
in, |
|
|
std::vector< typename Traits::RangeType > & |
out |
|
) |
| const |
|
inline |
template<class T>
template<int k>
void Dune::LocalBasisVirtualInterface< T >::evaluate |
( |
const typename std::template array< int, k > & |
directions, |
|
|
const typename Traits::DomainType & |
in, |
|
|
std::vector< typename Traits::RangeType > & |
out |
|
) |
| const |
|
inlineinherited |
The documentation for this class was generated from the following file: