monomialshapefunctions.hh File Reference
Detailed Description
define monomial type shape functions
- Author:
- Christian Engwer
#include <iostream>
#include <vector>
#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>
Go to the source code of this file.
|
Namespaces |
| namespace | Dune |
Classes |
| class | Dune::MonomialShapeFunction< C, T, d > |
| | multivariate monomials of the form x^a.y^b monomial order/total degree == p ; p <= (a+b) More...
|
| class | Dune::MonomialShapeFunctionSetCreator< C, T, dim, c > |
| | Template Metaprogramm creating the entries for MonomialShapeFunctionSet. More...
|
| struct | Dune::MonomialShapeFunctionSetCreator< C, T, dim, 0 > |
| | Specializes the beginning of the recursion. More...
|
| struct | Dune::MonomialShapeFunctionSetCreator< C, T, dim, dim > |
| | Specializes the end of the recursion. More...
|
| class | Dune::MonomialShapeFunctionSet< C, T, d > |
| | a ShapeFunctionSet of monomial shapefunctions More...
|
| class | Dune::MonomialShapeFunctionSetSize< dim, order > |
| | calculates the size of a MonomialShapeFunctionSet More...
|
| struct | Dune::MonomialShapeFunctionSetSize< 1, order > |
| | Specializeses the end of the recursion. More...
|
| class | Dune::MonomialShapeFunctionSetContainer< C, T, d, maxOrder > |
| | a ShapeFunctionSetContainer of monomial shapefunctions More...
|
Enumerations |
| enum | { Dune::MonomialShapeFunctionDefaultMaxOrder = 5
} |