void build(std::shared_ptr< const DomainEntitySet > domainSet, std::shared_ptr< const TargetEntitySet > targetSet)
Build the intersections from two distributed entity sets.
Definition distributedintersectionentityset.hh:138
DistributedIntersectionEntitySet< GridViewGeometricEntitySet< DomainGridView, 0, DomainMapper >, GridViewGeometricEntitySet< TargetGridView, 0, TargetMapper > > DistributedMultiDomainGlue
A convenience alias for the DistributedIntersectionEntitySet of two GridViewGeometricEntitySets.
Definition distributedglue.hh:28
DistributedMultiDomainGlue< typename DomainGG::GridView, typename TargetGG::GridView, typename DomainGG::ElementMapper, typename TargetGG::ElementMapper > makeDistributedGlue(const DomainGG &domainGridGeometry, const TargetGG &targetGridGeometry)
Creates a distributed glue object containing the intersections between two distributed grids obtained...
Definition distributedglue.hh:45