template<class FVElementGeometry, class PV>
class Dumux::BoxElementSolution< FVElementGeometry, PV >
The element solution vector.
|
| | BoxElementSolution ()=default |
| | Default constructor.
|
| template<class SolutionVector> |
| | BoxElementSolution (const Element &element, const SolutionVector &sol, const GridGeometry &gridGeometry) |
| | Constructor with element and solution and grid geometry.
|
| template<class ElementVolumeVariables> |
| | BoxElementSolution (const Element &element, const ElementVolumeVariables &elemVolVars, const FVElementGeometry &fvGeometry) |
| | Constructor with element and elemVolVars and fvGeometry.
|
| 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
|
| template<class SolutionVector> |
| void | update (const Element &element, const SolutionVector &sol, const FVElementGeometry &fvGeometry) |
| | extract the element solution from the solution vector using a local fv geometry
|
| 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
|