- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <hierarchicalshapefunctions.hh>
Inheritance diagram for Dune::HierarchicalShapeFunctionWrapper< Imp >:

Public Types | |
| typedef Imp::CoordType | CoordType |
| Type used for the coordinates. | |
| typedef Imp::ResultType | ResultType |
| Type used for the result values. | |
| enum | |
| Dimension of the reference domain. | |
| enum | |
| Number of components per shape function. | |
Public Member Functions | |
| HierarchicalShapeFunctionWrapper & | operator= (const Imp &imp) |
| assignment from implementation type (this class has no data) | |
| virtual ResultType | evaluateFunction (int comp, const FieldVector< CoordType, dim > &x) const |
| evaluate component comp at point x | |
| virtual ResultType | evaluateDerivative (int comp, int dir, const FieldVector< CoordType, dim > &x) const |
| evaluate derivative of component comp in direction dir at point x | |
| virtual int | localindex (int comp) const |
| consecutive number of associated dof within element | |
| virtual int | codim () const |
| codim of associated dof | |
| virtual int | entity () const |
| entity (of codim) of associated dof | |
| virtual int | entityindex () const |
| consecutive number of dof within entity | |
|
virtual const FieldVector< CoordType, dim > & | position () const |
| interpolation point associated with shape function | |
| virtual ResultType | evaluateFunction (int comp, const FieldVector< CoordType, dim > &x) const =0 |
| evaluate component comp at point x | |
| virtual ResultType | evaluateDerivative (int comp, int dir, const FieldVector< CoordType, dim > &x) const=0 |
| evaluate derivative of component comp in direction dir at point x | |