#include <dune/localfunctions/lagrange/pk3d/pk3dlocalbasis.hh>
|
enum | { N = 1
} |
| Export the number of degrees of freedom. More...
|
|
enum | { O = 0
} |
| Export the element order. More...
|
|
typedef LocalBasisTraits< D, 3, Dune::FieldVector< D, 3 >, R, 1, Dune::FieldVector< R, 1 >, Dune::FieldMatrix< R, 1, 3 > > | Traits |
|
◆ Traits
template<class D , class R >
typedef LocalBasisTraits<D,3,Dune::FieldVector<D,3>,R,1,Dune::FieldVector<R,1>, Dune::FieldMatrix<R,1,3> > Dune::Pk3DLocalBasis< D, R, 0 >::Traits |
◆ anonymous enum
template<class D , class R >
Export the number of degrees of freedom.
◆ anonymous enum
template<class D , class R >
Export the element order.
◆ evaluateFunction()
template<class D , class R >
◆ evaluateJacobian()
template<class D , class R >
◆ interpolate()
template<class D , class R >
template<typename E , typename F , typename C >
void Dune::Pk3DLocalBasis< D, R, 0 >::interpolate |
( |
const E & |
e, |
|
|
const F & |
f, |
|
|
std::vector< C > & |
out |
|
) |
| const |
|
inline |
◆ order()
template<class D , class R >
◆ partial()
template<class D , class R >
Evaluate partial derivatives of any order of all shape functions.
- Parameters
-
| 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 |
◆ size()
template<class D , class R >
The documentation for this class was generated from the following file: