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