#include <cassert>
#include <vector>
#include <memory>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/geometry/referenceelements.hh>
#include <dumux/common/indextraits.hh>
Go to the source code of this file.
Adapter that allows retrieving information on a d-dimensional grid for entities of a (d-1)-dimensional grid. This lower-dimensional grid is assumed to be facet-conforming to the d-dimensional grid. This class can be used in the context of models where a sub-domain lives on the facets of a bulk grid.
Embeddings | Class containing the embedments of entites between grids of codim 1 |
bulkGridId | The grid id of the d-dimensional grid within the hierarchy |
facetGridId | The grid id of the (d-1)-dimensional grid within the hierarchy |
Classes | |
class | Dumux::CodimOneGridAdapter< Embeddings, bulkGridId, facetGridId > |
Adapter that allows retrieving information on a d-dimensional grid for entities of a (d-1)-dimensional grid. This lower-dimensional grid is assumed to be facet-conforming to the d-dimensional grid. This class can be used in the context of models where a sub-domain lives on the facets of a bulk grid. More... | |
Namespaces | |
namespace | Dumux |