defines intersection mappers.
#include <vector>#include <unordered_map>#include <dune/grid/common/mcmgmapper.hh>#include <dune/grid/common/rangegenerators.hh>Go to the source code of this file.
| Classes | |
| class | Dumux::ConformingGridIntersectionMapper< GridView > | 
| defines a standard intersection mapper for mapping of global DOFs assigned to faces. It only works for conforming grids, without hanging nodes.  More... | |
| class | Dumux::NonConformingGridIntersectionMapper< GridView > | 
| defines an intersection mapper for mapping of global DOFs assigned to faces which also works for non-conforming grids and corner-point grids.  More... | |
| class | Dumux::IntersectionMapper< GridView > | 
| defines an intersection mapper for mapping of global DOFs assigned to faces which also works for adaptive grids.  More... | |
| Namespaces | |
| namespace | Dumux |