class for wrapping a basis using the virtual interface
More...
#include <dune/localfunctions/common/virtualwrappers.hh>
|
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 |
|
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 than the one in the traits of the implementation.
- Template Parameters
-
◆ Traits
template<class T, class Imp>
◆ LocalBasisVirtualImp()
template<class T, class Imp>
constructor taking an implementation of the interface
◆ evaluate() [1/2]
template<class T, class Imp>
void Dune::LocalBasisVirtualImp< T, Imp >::evaluate |
( |
const std::array< int, Traits::diffOrder > & |
directions, |
|
|
const typename Traits::DomainType & |
in, |
|
|
std::vector< typename Traits::RangeType > & |
out |
|
) |
| const |
|
inline |
◆ evaluate() [2/2]
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: