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

Public Types | |
| typedef Imp::CoordType | CoordType |
| Type used for the coordinates. | |
| typedef Imp::ResultType | ResultType |
| Type used for the result values. | |
|
typedef HierarchicalShapeFunction< CoordType, ResultType, dim > | value_type |
| The type of the entries in this container. | |
| enum | |
| Dimension of the reference domain. | |
| enum | |
| Number of components per shape function. | |
Public Member Functions | |
| virtual int | size () const |
| return total number of shape functions | |
| virtual int | size (int entity, int codim) const |
| total number of shape functions associated with entity in codim | |
| virtual const value_type & | operator[] (int i) const |
| random access to i'th ShapeFunction | |
| virtual int | order () const |
| return order | |
| virtual GeometryType | type () const |
| return type of element | |