3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Member Functions | List of all members
Dumux::FluxStencil< FVElementGeometry, DiscretizationMethod::cctpfa > Class Template Reference

#include <dumux/discretization/fluxstencil.hh>

Public Types

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 Public Member Functions

static Stencil stencil (const Element &element, const FVElementGeometry &fvGeometry, const SubControlVolumeFace &scvf)
 Returns the flux stencil. More...
 

Member Typedef Documentation

◆ ScvfStencilIForJ

template<class FVElementGeometry >
using Dumux::FluxStencil< FVElementGeometry, DiscretizationMethod::cctpfa >::ScvfStencilIForJ = Dune::ReservedVector<GridIndexType, 1>

Each cell I couples to a cell J always only via one face.

◆ Stencil

template<class FVElementGeometry >
using Dumux::FluxStencil< FVElementGeometry, DiscretizationMethod::cctpfa >::Stencil = typename SubControlVolumeFace::Traits::GridIndexStorage

The flux stencil type.

Member Function Documentation

◆ stencil()

template<class FVElementGeometry >
static Stencil Dumux::FluxStencil< FVElementGeometry, DiscretizationMethod::cctpfa >::stencil ( const Element &  element,
const FVElementGeometry &  fvGeometry,
const SubControlVolumeFace &  scvf 
)
inlinestatic

Returns the flux stencil.


The documentation for this class was generated from the following file: