template<class FVElementGeometry, class PV>
class Dumux::CCElementSolution< FVElementGeometry, PV >
The element solution vector.
|
| | CCElementSolution ()=default |
| | default constructor
|
| template<class SolutionVector> |
| | CCElementSolution (const Element &element, const SolutionVector &sol, const GridGeometry &gridGeometry) |
| | Constructor with element, solution vector and grid geometry.
|
| template<class ElementVolumeVariables> |
| | CCElementSolution (const Element &element, const ElementVolumeVariables &elemVolVars, const FVElementGeometry &fvGeometry) |
| | Constructor with element, element volume variables and fv element geometry.
|
| | CCElementSolution (PrimaryVariables &&priVars) |
| | Constructor with a primary variable object.
|
| | CCElementSolution (const PrimaryVariables &priVars) |
| | Constructor with a primary variable object.
|
| 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
|
| constexpr std::size_t | size () const |
| | return the size of the element solution
|
| template<typename IndexType> |
| const PrimaryVariables & | operator[] (IndexType i) const |
| | bracket operator const access
|
| template<typename IndexType> |
| PrimaryVariables & | operator[] (IndexType i) |
| | bracket operator access
|