Base class for the flux variables living on a sub control volume face. More...
#include <dumux/flux/fluxvariablesbase.hh>
| Problem | the problem type to solve (for boundary conditions) |
| FVElementGeometry | the element geometry type |
| ElementVolumeVariables | the element volume variables type |
| ElementFluxVariablesCache | the element flux variables cache type |
Public Member Functions | |
| void | init (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvFace, const ElementFluxVariablesCache &elemFluxVarsCache) |
| Initialize the flux variables storing some temporary pointers. | |
| const Problem & | problem () const |
| const Element & | element () const |
| const SubControlVolumeFace & | scvFace () const |
| const FVElementGeometry & | fvGeometry () const |
| const ElementVolumeVariables & | elemVolVars () const |
| const ElementFluxVariablesCache & | elemFluxVarsCache () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |