#include <dumux/discretization/fluxstencil.hh>
|
| using | ScvfStencilIForJ = std::vector<GridIndexType> |
| | We don't know yet how many faces couple to a neighboring element.
|
| |
| using | Stencil = typename NodalIndexSet::NodalGridStencilType |
| | The flux stencil type.
|
| |
|
| static const Stencil & | stencil (const Element &element, const FVElementGeometry &fvGeometry, const SubControlVolumeFace &scvf) |
| | Returns the indices of the elements required for flux calculation on an scvf.
|
| |
◆ ScvfStencilIForJ
template<class FVElementGeometry>
◆ Stencil
template<class FVElementGeometry>
◆ stencil()
template<class FVElementGeometry>
The documentation for this class was generated from the following file: