|
dune-localfunctions
2.2.0
|
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 |
| 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 | |
Friends | |
| 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 |
Reimplemented from Dune::LocalBasisVirtualInterface< T >.
| Dune::LocalBasisVirtualImp< T, Imp >::LocalBasisVirtualImp | ( | const Imp & | imp | ) | [inline, protected] |
constructor taking an implementation of the interface
| void Dune::LocalBasisVirtualImp< T, Imp >::evaluate | ( | const typename Dune::template array< int, Traits::diffOrder > & | directions, |
| const typename Traits::DomainType & | in, | ||
| std::vector< typename Traits::RangeType > & | out | ||
| ) | const [inline] |
| void Dune::LocalBasisVirtualInterface< T >::evaluate | ( | const typename Dune::template array< int, k > & | directions, |
| const typename Traits::DomainType & | in, | ||
| std::vector< typename Traits::RangeType > & | out | ||
| ) | const [inline, inherited] |
friend class LocalFiniteElementVirtualImp [friend] |
1.7.6.1