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...
#include <cassert>
#include <vector>
#include <memory>
#include <dune/grid/common/mcmgmapper.hh>
#include <dumux/common/indextraits.hh>
Go to the source code of this file.
- Template Parameters
- 
  
    | Embeddings | Class containing the embedments of entities 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 |  
 
|  | 
| 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... 
 | 
|  |