version 3.11-dev
Loading...
Searching...
No Matches
distributedglue.hh File Reference

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.

Namespaces

namespace  Dumux

Typedefs

template<class DomainGridView, class TargetGridView, class DomainMapper, class TargetMapper>
using Dumux::DistributedMultiDomainGlue
 A convenience alias for the DistributedIntersectionEntitySet of two GridViewGeometricEntitySets.

Functions

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.