#include <dumux/common/volumevariables.hh>
|
| using | PrimaryVariables = typename Traits::PrimaryVariables |
| | export the type used for the primary variables
|
| |
|
| template<class ElementSolution, class Problem, class Element, class SubControlVolume> |
| void | update (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) |
| | Update all quantities for a given control volume.
|
| |
| Scalar | priVar (const int pvIdx) const |
| |
| const PrimaryVariables & | priVars () const |
| |
| Scalar | extrusionFactor () const |
| |
◆ PrimaryVariables
◆ extrusionFactor()
◆ priVar()
◆ priVars()
◆ update()
template<class Traits>
template<class ElementSolution, class Problem, class Element, class SubControlVolume>
| void Dumux::BasicVolumeVariables< Traits >::update |
( |
const ElementSolution & | elemSol, |
|
|
const Problem & | problem, |
|
|
const Element & | element, |
|
|
const SubControlVolume & | scv ) |
|
inline |
The documentation for this class was generated from the following file: