A class glueing two grids of different dimension geometrically Intersections are computed using axis-aligned bounding box trees. More...
Go to the source code of this file.
A class glueing two grids of different dimension geometrically Intersections are computed using axis-aligned bounding box trees.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
Typedefs | |
| template<class BulkGridView , class LowDimGridView , class BulkMapper = Dune::MultipleCodimMultipleGeomTypeMapper<BulkGridView>, class LowDimMapper = Dune::MultipleCodimMultipleGeomTypeMapper<LowDimGridView>> | |
| using | Dumux::MixedDimensionGlue = MultiDomainGlue< BulkGridView, LowDimGridView, BulkMapper, LowDimMapper > |
