Class for the element volume variables vector for the staggered model. Specialization in case the volume variables are not stored globally.
More...
template<class GVV>
class Dumux::StaggeredElementVolumeVariables< GVV, false >
Class for the element volume variables vector for the staggered model. Specialization in case the volume variables are not stored globally.
|
| StaggeredElementVolumeVariables (const GridVolumeVariables &gridVolVars) |
| Constructor. More...
|
|
template<class FVElementGeometry , class SolutionVector , typename std::enable_if_t< isMultiTypeBlockVector< SolutionVector >{}(), int > = 0> |
void | bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) |
|
template<class FVElementGeometry , class SolutionVector , typename std::enable_if_t<!isMultiTypeBlockVector< SolutionVector >{}(), int > = 0> |
void | bind (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) |
|
template<class FVElementGeometry , class SolutionVector , typename std::enable_if_t< isMultiTypeBlockVector< SolutionVector >{}(), int > = 0> |
void | bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) |
|
template<class FVElementGeometry , class SolutionVector , typename std::enable_if_t<!isMultiTypeBlockVector< SolutionVector >{}(), int > = 0> |
void | bindElement (const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const SolutionVector &sol) |
|
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0> |
const VolumeVariables & | operator[] (const SubControlVolume &scv) const |
| const operator for the access with an scv More...
|
|
template<class SubControlVolume , typename std::enable_if_t<!std::is_integral< SubControlVolume >::value, int > = 0> |
VolumeVariables & | operator[] (const SubControlVolume &scv) |
| operator for the access with an scv More...
|
|
const VolumeVariables & | operator[] (std::size_t scvIdx) const |
| const operator for the access with an index More...
|
|
VolumeVariables & | operator[] (std::size_t scvIdx) |
| operator for the access with an index More...
|
|
const GridVolumeVariables & | gridVolVars () const |
| The global volume variables object we are a restriction of. More...
|
|