- 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 "lagrange/cubeshapefunctions.hh"
#include "lagrange/prismshapefunctions.hh"
#include "lagrange/pyramidshapefunctions.hh"
#include "lagrange/simplexshapefunctions.hh"
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| class | Dune::LagrangeShapeFunction< C, T, d > |
| A scalar (N=1) ShapeFunction extended by a method providing a position. More... | |
| class | Dune::LagrangeShapeFunctionSet< C, T, d > |
| A scalar (N=1) ShapeFunctionSet that returns a LagrangeShapeFunction. More... | |
| class | Dune::LagrangeShapeFunctionWrapper< Imp > |
| class | Dune::LagrangeShapeFunctionSetWrapper< Imp > |
| class | Dune::LagrangeShapeFunctionSetContainer< C, T, d > |
| This are Lagrange shape functions for any element type and order. More... | |
| class | Dune::LagrangeShapeFunctionSetContainer< C, T, 3 > |
| This are Lagrange shape functions for any element type and order (in the future ... ). More... | |