Couples problems of different dimensions where one or more lower-dimensional problems (lowdim) are embedded in a higher-dimensional domain (bulk). Examples are embedded one-dimensional networks for the simulation of blood tissue perfusion, or root-soil interaction, and embedded fracture models.
More...
|
| class | Dumux::Embedded1d3dCouplingManager< MDTraits, CouplingMode > |
| | Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree. More...
|
| |
| class | Dumux::Embedded1d3dCouplingManager< MDTraits, Embedded1d3dCouplingMode::Average > |
| | Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree.
|
| |
| class | Dumux::Embedded1d3dCouplingManager< MDTraits, Embedded1d3dCouplingMode::Kernel > |
| | Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree.
|
| |
| class | Dumux::Embedded1d3dCouplingManager< MDTraits, Embedded1d3dCouplingMode::Line > |
| | Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree.
|
| |
| 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...
|
| |
| class | Dumux::Embedded1d3dCouplingManager< MDTraits, Embedded1d3dCouplingMode::Projection > |
| | Manages the coupling between bulk elements and lower dimensional elements.
|
| |
| class | Dumux::Embedded1d3dCouplingManager< MDTraits, Embedded1d3dCouplingMode::Surface > |
| | Manages the coupling between bulk elements and lower dimensional elements Point sources on each integration point are computed by an AABB tree.
|
| |
| class | Dumux::EmbeddedCouplingManager2d3d< MDTraits > |
| | Coupling manager for embedded fractures. 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...
|
| |
| class | Dumux::EmbeddedCoupling::CylinderIntegration< Scalar > |
| | Helper class to integrate over a cylinder domain. More...
|
| |
| class | Dumux::EmbeddedCoupling::EllipticCylinderIntegration< Scalar > |
| | Helper class to integrate over an elliptic cylinder domain. More...
|
| |
| class | Dumux::EmbeddedCoupling::EllipseIntegration< Scalar > |
| | Helper class to integrate over an elliptic domain. More...
|
| |
| class | Dumux::EmbeddedCoupling::ExtendedSourceStencil< CouplingManager > |
| | A class managing an extended source stencil. More...
|
| |
| class | Dumux::IntegrationPointSource< GlobalPosition, SourceValues, IdType > |
| | An integration point source class with an identifier to attach data and a quadrature weight and integration element. More...
|
| |
| class | Dumux::IntegrationPointSourceHelper |
| | A helper class calculating a DOF-index to point source map. More...
|
| |
| class | Dumux::LocalRefinementSimplexQuadrature< Geometry, IndicatorFunction > |
| | A quadrature rule using local refinement to approximate partitioned elements. More...
|
| |
| class | Dumux::PointSourceData< MDTraits > |
| | A point source data class used for integration in multidimensional models. More...
|
| |
| class | Dumux::PointSourceDataCircleAverage< MDTraits > |
| | A point source data class used for integration in multidimensional models. More...
|
| |
|
| template<class GlobalPosition, class Scalar> |
| void | Dumux::EmbeddedCoupling::circlePoints (std::vector< GlobalPosition > &points, const std::vector< Scalar > &sincos, const GlobalPosition ¢er, const GlobalPosition &normal, const Scalar radius) |
| |
| template<class Scalar = double> |
| std::vector< Scalar > | Dumux::EmbeddedCoupling::circlePointsSinCos (const std::size_t numPoints) |
| | returns a vector of sin and cos values of a circle parametrization
|
| |
| template<class GlobalPosition, class Scalar> |
| std::vector< GlobalPosition > | Dumux::EmbeddedCoupling::circlePoints (const GlobalPosition ¢er, const GlobalPosition &normal, const Scalar radius, const std::size_t numPoints=20) |
| | returns a vector of points on a circle
|
| |