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

Class for the stencil local flux variables cache for the staggered model. Specialization for the case of storing the fluxvars cache globally. More...

#include <dumux/discretization/staggered/elementfluxvariablescache.hh>

Description

template<class GFVC>
class Dumux::StaggeredElementFluxVariablesCache< GFVC, true >

Class for the stencil local flux variables cache for the staggered model. Specialization for the case of storing the fluxvars cache globally.

Public Types

using GridFluxVariablesCache = GFVC
 export the type of the grid flux variables cache More...
 
using FluxVariablesCache = typename GFVC::FluxVariablesCache
 export the type of the flux variables cache More...
 

Public Member Functions

 StaggeredElementFluxVariablesCache (const GridFluxVariablesCache &global)
 
template<class FVElementGeometry , class ElementVolumeVariables >
void bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars)
 Specialization for the global caching being enabled - do nothing here. More...
 
template<class FVElementGeometry , class ElementVolumeVariables >
void bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars)
 Specialization for the global caching being enabled - do nothing here. More...
 
template<class FVElementGeometry , class ElementVolumeVariables >
void bindScvf (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf)
 Specialization for the global caching being enabled - do nothing here. More...
 
template<class FVElementGeometry , class ElementVolumeVariables >
void update (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars)
 Specialization for the global caching being enabled - do nothing here. More...
 
template<class SubControlVolumeFace >
const FluxVariablesCacheoperator[] (const SubControlVolumeFace &scvf) const
 operators in the case of caching More...
 
const GridFluxVariablesCachegridFluxVarsCache () const
 The global object we are a restriction of. More...
 

Member Typedef Documentation

◆ FluxVariablesCache

template<class GFVC >
using Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::FluxVariablesCache = typename GFVC::FluxVariablesCache

export the type of the flux variables cache

◆ GridFluxVariablesCache

template<class GFVC >
using Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::GridFluxVariablesCache = GFVC

export the type of the grid flux variables cache

Constructor & Destructor Documentation

◆ StaggeredElementFluxVariablesCache()

template<class GFVC >
Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::StaggeredElementFluxVariablesCache ( const GridFluxVariablesCache global)
inline

Member Function Documentation

◆ bind()

template<class GFVC >
template<class FVElementGeometry , class ElementVolumeVariables >
void Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::bind ( const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars 
)
inline

Specialization for the global caching being enabled - do nothing here.

◆ bindElement()

template<class GFVC >
template<class FVElementGeometry , class ElementVolumeVariables >
void Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::bindElement ( const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars 
)
inline

Specialization for the global caching being enabled - do nothing here.

◆ bindScvf()

template<class GFVC >
template<class FVElementGeometry , class ElementVolumeVariables >
void Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::bindScvf ( const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const typename FVElementGeometry::SubControlVolumeFace &  scvf 
)
inline

Specialization for the global caching being enabled - do nothing here.

◆ gridFluxVarsCache()

template<class GFVC >
const GridFluxVariablesCache & Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::gridFluxVarsCache ( ) const
inline

The global object we are a restriction of.

◆ operator[]()

template<class GFVC >
template<class SubControlVolumeFace >
const FluxVariablesCache & Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::operator[] ( const SubControlVolumeFace &  scvf) const
inline

operators in the case of caching

◆ update()

template<class GFVC >
template<class FVElementGeometry , class ElementVolumeVariables >
void Dumux::StaggeredElementFluxVariablesCache< GFVC, true >::update ( const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars 
)
inline

Specialization for the global caching being enabled - do nothing here.


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