Finite volume-specific local view on grid variables. More...
#include <dumux/discretization/fvgridvariables.hh>
Finite volume-specific local view on grid variables.
GV | The grid variables class |
Public Types | |
using | GridVariables = GV |
export corresponding grid-wide class More... | |
Public Member Functions | |
FVGridVariablesLocalView (const GridVariables &gridVariables) | |
Constructor. More... | |
void | bind (const Element &element, const FVElementGeometry &fvGeometry) |
Bind this local view to a grid element. More... | |
void | bindElemVolVars (const Element &element, const FVElementGeometry &fvGeometry) |
Bind only the volume variables local view to a grid element. More... | |
const ElementVolumeVariables & | elemVolVars () const |
return reference to the elem vol vars More... | |
ElementVolumeVariables & | elemVolVars () |
const ElementFluxVariablesCache & | elemFluxVarsCache () const |
return reference to the flux variables cache More... | |
ElementFluxVariablesCache & | elemFluxVarsCache () |
const GridVariables & | gridVariables () const |
Return reference to the grid variables. More... | |
using Dumux::Experimental::FVGridVariablesLocalView< GV >::GridVariables = GV |
export corresponding grid-wide class
|
inline |
Constructor.
|
inline |
Bind this local view to a grid element.
element | The grid element |
fvGeometry | Local view on the grid geometry |
|
inline |
Bind only the volume variables local view to a grid element.
element | The grid element |
fvGeometry | Local view on the grid geometry |
|
inline |
|
inline |
return reference to the flux variables cache
|
inline |
|
inline |
return reference to the elem vol vars
|
inline |
Return reference to the grid variables.