A class glueing two grids of potentially different dimension geometrically. Intersections are computed using axis-aligned bounding box trees. More...
#include <dumux/geometry/geometricentityset.hh>
#include <dumux/geometry/boundingboxtree.hh>
#include <dumux/geometry/intersectionentityset.hh>
Go to the source code of this file.
A class glueing two grids of potentially different dimension geometrically. Intersections are computed using axis-aligned bounding box trees.
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
Typedefs | |
template<class DomainGridView , class TargetGridView , class DomainMapper , class TargetMapper > | |
using | Dumux::MultiDomainGlue = IntersectionEntitySet< GridViewGeometricEntitySet< DomainGridView, 0, DomainMapper >, GridViewGeometricEntitySet< TargetGridView, 0, TargetMapper > > |
A convenience alias for the IntersectionEntitySet of two GridViewGeometricEntitySets. More... | |
Functions | |
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. More... | |