dune-localfunctions 3.0-git
|
class for wrapping a basis using the virtual interface More...
#include <dune/localfunctions/common/virtualwrappers.hh>
Public Types | |
typedef LocalBasisTraits< DF, n, D, RF, m, R, J, 0 > | Traits |
Public Member Functions | |
unsigned int | size () const |
unsigned int | order () const |
void | evaluateFunction (const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
void | evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const |
void | partial (const std::array< unsigned int, Traits::dimDomain > &order, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
Evaluate partial derivatives of any order of all shape functions. | |
void | evaluate (const std::array< int, Traits::diffOrder > &directions, const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
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 | |
Protected Attributes | |
const Imp & | impl_ |
class for wrapping a basis using the virtual interface
This is the base class of all wrappers. It has differentiation order 0.
Imp | LocalBasisInterface implementation |
typedef LocalBasisTraits<DF,n,D,RF,m,R,J,0> Dune::LocalBasisVirtualImp< LocalBasisTraits< DF, n, D, RF, m, R, J, 0 >, Imp >::Traits |
|
inlineprotected |
constructor taking an implementation of the interface
|
inline |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
Evaluate partial derivatives of any order of all shape functions.
order | Order of the partial derivatives, in the classic multi-index notation | |
in | Position where to evaluate the derivatives | |
[out] | out | Return value: the desired partial derivatives |
|
inline |
|
protected |