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