Coupling manager for low-dimensional domains embedded in the bulk domain with spatially resolved interface. More...
#include <vector>
#include <algorithm>
#include <string>
#include <dune/common/timer.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/fvector.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dumux/common/tag.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/math.hh>
#include <dumux/common/indextraits.hh>
#include <dumux/geometry/refinementquadraturerule.hh>
#include <dumux/geometry/triangulation.hh>
#include <dumux/geometry/grahamconvexhull.hh>
#include <dumux/multidomain/embedded/couplingmanagerbase.hh>
#include <dumux/multidomain/embedded/localrefinementquadrature.hh>
Go to the source code of this file.
Coupling manager for low-dimensional domains embedded in the bulk domain with spatially resolved interface.
Classes | |
class | Dumux::Detail::SegmentNetwork< GridGeometry > |
Segment representation of a 1d network grid. More... | |
class | Dumux::Detail::NetworkIndicatorFunction< Network > |
Get the closest segment for a given surface point. More... | |
class | Dumux::Detail::DebugIntersectionVTKOutput |
Simple legacy VTK writer for outputting debug data on the coupling interface. More... | |
struct | Dumux::Embedded1d3dCouplingMode::Projection |
class | Dumux::Embedded1d3dCouplingManager< MDTraits, Embedded1d3dCouplingMode::Projection > |
Manages the coupling between bulk elements and lower dimensional elements. More... | |
struct | Dumux::CouplingManagerSupportsMultithreadedAssembly< Embedded1d3dCouplingManager< MDTraits, Embedded1d3dCouplingMode::Projection > > |
we support multithreaded assembly More... | |
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
namespace | Dumux::Detail |
Distance implementation details. | |
namespace | Dumux::Embedded1d3dCouplingMode |
Variables | |
constexpr Projection | Dumux::Embedded1d3dCouplingMode::projection {} |