- Home
- About DUNE
- Download
- Documentation
- Community
- Development
For a given shape function on a given element this returns the global dof number. The implementation is ugly, because we need to access subIndices of varying codimensions. These codimensions are provided by the shape functions as run-time parameters, however the grid index sets want them as compile-time parameters. IMHO this is a flaw in the grid interface design.
#include <dune/common/geometrytype.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/disc/shapefunctions/shapefunctions.hh>
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| struct | Dune::P2Layout< dim > |
| Parameter class for mappers which implements the layout for P2-functions. More... | |
| class | Dune::GlobalP2Index< GridType, dim > |
| A mapper for P2 finite element functions. More... | |
| class | Dune::GlobalP2Index< GridType, 3 > |
| A mapper for P2 finite element functions. More... | |
| class | Dune::GlobalP2Index< GridType, 2 > |
| A mapper for P2 finite element functions. More... | |
| class | Dune::GlobalP2Index< GridType, 1 > |
| A mapper for P2 finite element functions. More... | |