template<class FVElementGeometry, class PV>
class Dumux::FaceCenteredDiamondElementSolution< FVElementGeometry, PV >
The global face variables class for face-centered diamond models.
|
| FaceCenteredDiamondElementSolution ()=default |
|
template<class SolutionVector > |
| FaceCenteredDiamondElementSolution (const Element &element, const SolutionVector &sol, const GridGeometry &gridGeometry) |
| Constructor with element, solution vector and grid geometry. More...
|
|
template<class ElementVolumeVariables > |
| FaceCenteredDiamondElementSolution (const Element &element, const ElementVolumeVariables &elemVolVars, const FVElementGeometry &fvGeometry) |
| Constructor with element, element volume variables and fv element geometry. More...
|
|
template<class SolutionVector > |
void | update (const Element &element, const SolutionVector &sol, const GridGeometry &gridGeometry) |
| extract the element solution from the solution vector using a mapper More...
|
|
template<class SolutionVector > |
void | update (const Element &element, const SolutionVector &sol, const FVElementGeometry &fvGeometry) |
| extract the element solution from the solution vector using a mapper More...
|
|
template<typename IndexType > |
const PrimaryVariables & | operator[] (IndexType localScvIdx) const |
| bracket operator const access More...
|
|
template<typename IndexType > |
PrimaryVariables & | operator[] (IndexType localScvIdx) |
| bracket operator More...
|
|
std::size_t | size () const |
| return the size of the element solution More...
|
|