#include <dumux/discretization/fluxstencil.hh>
|
| using | ScvfStencilIForJ = Dune::ReservedVector< GridIndexType, 1 > |
| | Each cell I couples to a cell J always only via one face. More...
|
| |
| using | Stencil = typename SubControlVolumeFace::Traits::GridIndexStorage |
| | The flux stencil type. More...
|
| |
|
| static Stencil | stencil (const Element &element, const FVElementGeometry &fvGeometry, const SubControlVolumeFace &scvf) |
| | Returns the flux stencil. More...
|
| |
◆ ScvfStencilIForJ
template<class FVElementGeometry >
Each cell I couples to a cell J always only via one face.
◆ Stencil
template<class FVElementGeometry >
◆ stencil()
template<class FVElementGeometry >
Returns the flux stencil.
The documentation for this class was generated from the following file: