A class glueing two grids of potentially different dimension geometrically. Intersections are computed using axis-aligned bounding box trees. More...
#include <iostream>#include <fstream>#include <string>#include <utility>#include <type_traits>#include <tuple>#include <dune/common/indices.hh>#include <dune/common/timer.hh>#include <dune/common/iteratorrange.hh>#include <dune/common/promotiontraits.hh>#include <dune/common/reservedvector.hh>#include <dune/geometry/affinegeometry.hh>#include <dune/geometry/type.hh>#include <dune/grid/common/mcmgmapper.hh>#include <dumux/common/geometry/geometricentityset.hh>#include <dumux/common/geometry/boundingboxtree.hh>#include <dumux/common/geometry/intersectingentities.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.
Classes | |
| class | Dumux::Glue::Intersection< DomainGridView, TargetGridView, DomainMapper, TargetMapper > |
| An intersection object representing the intersection between two grid entites of different grids. More... | |
| class | Dumux::MultiDomainGlue< DomainGridView, TargetGridView, DomainMapper, TargetMapper > |
| Manages the coupling between domain elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree. Both domain are assumed to be discretized using a cc finite volume scheme. More... | |
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Glue |
Functions | |
| template<class DomainGridView , class TargetGridView , class DomainMapper , class TargetMapper > | |
| Dune::IteratorRange< typename MultiDomainGlue< DomainGridView, TargetGridView, DomainMapper, TargetMapper >::Intersections::const_iterator > | Dumux::intersections (const MultiDomainGlue< DomainGridView, TargetGridView, DomainMapper, TargetMapper > &glue) |
| Range generator to iterate with range-based for loops over all intersections as follows: for (const auto& is : intersections(glue)) { ... }. More... | |
| 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... | |
