- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <monomialshapefunctions.hh>
Inheritance diagram for Dune::MonomialShapeFunctionSetContainer< C, T, d, maxOrder >:

The shape functions map from C^d to T.
template parameters are:
Public Types | |
| enum | { dim = d } |
| typedef C | CoordType |
| Type used for the coordinates. | |
| typedef T | ResultType |
| Type used for the result values. | |
| enum | |
| Dimension of the reference domain. | |
| enum | |
| Number of components per shape function. | |
| enum | |
| Maximum size of any ShapeFunctionSet in the container. | |
|
typedef ShapeFunctionSet< C, T, d, N > | value_type |
| The type of the entries in this container. | |
Public Member Functions | |
| MonomialShapeFunctionSetContainer () | |
| Create a ShapeFunctionSetContainer of monomial shapefunctions. | |
| virtual const ShapeFunctionSet & | operator() (GeometryType type, int order) const |
| anonymous enum |
| dim | Dimension of the ShapeFunctionSetContainer |
| virtual const ShapeFunctionSet& Dune::MonomialShapeFunctionSetContainer< C, T, d, maxOrder >::operator() | ( | GeometryType | type, | |
| int | order | |||
| ) | const [inline, virtual] |
Implements Dune::ShapeFunctionSetContainer< C, T, d, N, M >.