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