3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces | Functions
glue.hh File Reference

A class glueing two grids of potentially different dimension geometrically. Intersections are computed using axis-aligned bounding box trees. More...

#include <dumux/common/geometry/geometricentityset.hh>
#include <dumux/common/geometry/boundingboxtree.hh>
#include <dumux/common/geometry/intersectionentityset.hh>

Go to the source code of this file.

Description

A class glueing two grids of potentially different dimension geometrically. Intersections are computed using axis-aligned bounding box trees.

Classes

class  Dumux::MultiDomainGlue< DomainGridView, TargetGridView, DomainMapper, TargetMapper >
 

Namespaces

namespace  Dumux
 

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...
 
Include dependency graph for glue.hh: