- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <iostream>
#include <vector>
#include <map>
#include <dune/common/fvector.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/stdstreams.hh>
#include <dune/common/misc.hh>
#include <dune/grid/common/grid.hh>
#include <dune/disc/shapefunctions/shapefunctions.hh>
#include "orthonormalshapefunctionsset.cc"
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| class | Dune::OrthonormalShapeFunctionSetSize< dim, order > |
| calculates the size of a OrthonormalShapeFunctionSet More... | |
| struct | Dune::OrthonormalShapeFunctionSetSize< 1, order > |
| Specializeses the end of the recursion. More... | |
| class | Dune::OrthonormalShapeFunction< C, T, d > |
| multivariate monomials of the form x^a.y^b monomial order/total degree == p ; (a+b) <= p More... | |
| class | Dune::OrthonormalShapeFunctionSet< C, T, d > |
| a ShapeFunctionSet of orthonormal shapefunctions More... | |
| class | Dune::OrthonormalShapeFunctionSetContainer< C, T, d, maxOrder > |
| a ShapeFunctionSetContainer of orthonormal shapefunctions More... | |