A class glueing two grids of potentially different dimension geometrically. Intersections are computed using axis-aligned bounding box trees.
More...
Go to the source code of this file.
|
template<class DomainGG , class TargetGG > |
MultiDomainGlue< typename DomainGG::GridView, typename TargetGG::GridView, typename DomainGG::ElementMapper, typename TargetGG::ElementMapper > | Dumux::makeGlue (const DomainGG &domainGridGeometry, const TargetGG &targetGridGeometry) |
| Creates the glue object containing the intersections between two grids obtained from given grid geometries.
|
|