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::ccmpfa > Class Template Reference

#include <dumux/discretization/fluxstencil.hh>

Public Types

using ScvfStencilIForJ = std::vector< GridIndexType >
 We don't know yet how many faces couple to a neighboring element. More...
 
using Stencil = typename NodalIndexSet::NodalGridStencilType
 The flux stencil type. More...
 

Static Public Member Functions

static const Stencilstencil (const Element &element, const FVElementGeometry &fvGeometry, const SubControlVolumeFace &scvf)
 Returns the indices of the elements required for flux calculation on an scvf. More...
 

Member Typedef Documentation

◆ ScvfStencilIForJ

template<class FVElementGeometry >
using Dumux::FluxStencil< FVElementGeometry, DiscretizationMethod::ccmpfa >::ScvfStencilIForJ = std::vector<GridIndexType>

We don't know yet how many faces couple to a neighboring element.

◆ Stencil

template<class FVElementGeometry >
using Dumux::FluxStencil< FVElementGeometry, DiscretizationMethod::ccmpfa >::Stencil = typename NodalIndexSet::NodalGridStencilType

The flux stencil type.

Member Function Documentation

◆ stencil()

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

Returns the indices of the elements required for flux calculation on an scvf.


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