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

Flux variables cache class for the box scheme. For the box scheme, this class does not contain any physics-/process-dependent data. It solely stores disretization-/grid-related data. More...

#include <dumux/discretization/box/fluxvariablescache.hh>

Inheritance diagram for Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >:
Inheritance graph

Description

template<class Scalar, class GridGeometry>
class Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >

Flux variables cache class for the box scheme. For the box scheme, this class does not contain any physics-/process-dependent data. It solely stores disretization-/grid-related data.

Public Member Functions

template<class Problem , class ElementVolumeVariables >
void update (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf)
 update the cache for an scvf More...
 
template<class Problem , class ElementVolumeVariables >
void update (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const GlobalPosition &globalPos)
 update the cache for a given global position More...
 
const GlobalPosition & ipGlobal () const
 returns the global position for which this cache has been updated More...
 
const std::vector< ShapeJacobian > & shapeJacobian () const
 returns the shape function gradients in local coordinates at the integration point More...
 
const std::vector< ShapeValue > & shapeValues () const
 returns the shape function values at the integration point More...
 
const JacobianInverseTransposed & jacInvT () const
 returns inverse transposed jacobian at the integration point More...
 
const GlobalPosition & gradN (unsigned int scvIdxInElement) const
 returns the shape function gradients in global coordinates at the integration point More...
 

Member Function Documentation

◆ gradN()

template<class Scalar , class GridGeometry >
const GlobalPosition & Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >::gradN ( unsigned int  scvIdxInElement) const
inline

returns the shape function gradients in global coordinates at the integration point

◆ ipGlobal()

template<class Scalar , class GridGeometry >
const GlobalPosition & Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >::ipGlobal ( ) const
inline

returns the global position for which this cache has been updated

◆ jacInvT()

template<class Scalar , class GridGeometry >
const JacobianInverseTransposed & Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >::jacInvT ( ) const
inline

returns inverse transposed jacobian at the integration point

◆ shapeJacobian()

template<class Scalar , class GridGeometry >
const std::vector< ShapeJacobian > & Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >::shapeJacobian ( ) const
inline

returns the shape function gradients in local coordinates at the integration point

◆ shapeValues()

template<class Scalar , class GridGeometry >
const std::vector< ShapeValue > & Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >::shapeValues ( ) const
inline

returns the shape function values at the integration point

◆ update() [1/2]

template<class Scalar , class GridGeometry >
template<class Problem , class ElementVolumeVariables >
void Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >::update ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const GlobalPosition &  globalPos 
)
inline

update the cache for a given global position

◆ update() [2/2]

template<class Scalar , class GridGeometry >
template<class Problem , class ElementVolumeVariables >
void Dumux::BoxFluxVariablesCache< Scalar, GridGeometry >::update ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf 
)
inline

update the cache for an scvf


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