Coupling mapper for Stokes and Darcy domains with equal dimension.
More...
#include <dumux/multidomain/boundary/stokesdarcy/couplingmapper.hh>
Coupling mapper for Stokes and Darcy domains with equal dimension.
◆ computeCouplingMapsAndStencils()
void Dumux::StokesDarcyCouplingMapper::computeCouplingMapsAndStencils |
( |
const CouplingManager & |
couplingManager, |
|
|
Stencils & |
darcyToStokesCellCenterStencils, |
|
|
Stencils & |
darcyToStokesFaceStencils, |
|
|
Stencils & |
stokesCellCenterToDarcyStencils, |
|
|
Stencils & |
stokesFaceToDarcyStencils |
|
) |
| |
|
inline |
◆ darcyElementToStokesElementMap()
const auto & Dumux::StokesDarcyCouplingMapper::darcyElementToStokesElementMap |
( |
| ) |
const |
|
inline |
A map that returns all Stokes elements coupled to a Darcy element.
◆ isCoupledDarcyScvf()
bool Dumux::StokesDarcyCouplingMapper::isCoupledDarcyScvf |
( |
std::size_t |
darcyScvfIdx | ) |
const |
|
inline |
Returns whether a Darcy scvf is coupled to the other domain.
◆ stokesElementToDarcyElementMap()
const auto & Dumux::StokesDarcyCouplingMapper::stokesElementToDarcyElementMap |
( |
| ) |
const |
|
inline |
A map that returns all Darcy elements coupled to a Stokes element.
The documentation for this class was generated from the following file: