- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <pyramidshapefunctions.hh>
Public Member Functions | |
| P0PyramidShapeFunction () | |
| make a shape function object | |
| ResultType | evaluateFunction (int comp, const FieldVector< CoordType, 3 > &x) const |
| evaluate shape function in local coordinates | |
| ResultType | evaluateDerivative (int comp, int dir, const FieldVector< CoordType, 3 > &x) const |
| evaluate gradient in local coordinates | |
| int | localindex (int comp) const |
| consecutive number of associated dof within element | |
| int | codim () const |
| codim of associated dof | |
| int | entity () const |
| entity (of codim) of associated dof | |
| int | entityindex () const |
| consecutive number of dof within entity | |
|
const FieldVector< CoordType, dim > & | position () const |
| interpolation point associated with shape function | |