Coupling manager for low-dimensional domains embedded in the bulk domain. Point sources on each integration point are computed by an AABB tree.
#include <iostream>#include <fstream>#include <string>#include <utility>#include <unordered_map>#include <dune/common/timer.hh>#include <dune/geometry/quadraturerules.hh>#include <dumux/io/format.hh>#include <dumux/parallel/parallel_for.hh>#include <dumux/common/properties.hh>#include <dumux/common/numeqvector.hh>#include <dumux/assembly/coloring.hh>#include <dumux/geometry/distance.hh>#include <dumux/geometry/intersectingentities.hh>#include <dumux/discretization/method.hh>#include <dumux/multidomain/couplingmanager.hh>#include <dumux/multidomain/glue.hh>#include <dumux/multidomain/embedded/pointsourcedata.hh>#include <dumux/multidomain/embedded/integrationpointsource.hh>#include <dumux/multidomain/fvassembler.hh>Go to the source code of this file.
| Classes | |
| struct | Dumux::DefaultPointSourceTraits< MDTraits > | 
| the default point source traits  More... | |
| class | Dumux::EmbeddedCouplingManagerBase< MDTraits, Implementation, PSTraits > | 
| Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree.  More... | |
| Namespaces | |
| namespace | Dumux |