- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <iostream>
#include <dune/common/fvector.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/misc.hh>
#include <dune/common/geometrytype.hh>
#include "shapefunctions.hh"
#include "hierarchical/hierarchicalcubeshapefunctions.hh"
#include "hierarchical/hierarchicalsimplexshapefunctions.hh"
#include "hierarchical/hierarchicalprismshapefunctions.hh"
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| class | Dune::HierarchicalShapeFunction< C, T, d > |
| A scalar (N=1) ShapeFunction extended by a method providing a position. More... | |
| class | Dune::HierarchicalShapeFunctionSet< C, T, d > |
| A scalar (N=1) ShapeFunctionSet that returns a HierarchicalShapeFunction. More... | |
| class | Dune::HierarchicalShapeFunctionWrapper< Imp > |
| class | Dune::HierarchicalShapeFunctionSetWrapper< Imp > |
| class | Dune::HierarchicalShapeFunctionSetContainer< C, T, d > |
| This are Hierarchical shape functions for any element type and order. More... | |
| class | Dune::HierarchicalShapeFunctionSetContainer< C, T, 3 > |
| This are Hierarchical shape functions for any element type and order (in the future ... ). More... | |