Volume variables for the hyperelasticity model.  
#include <dumux/solidmechanics/hyperelastic/volumevariables.hh>
|  | 
| using | PrimaryVariables = typename Traits::PrimaryVariables | 
|  | export the type used for the primary variables 
 | 
|  | 
| using | Indices = typename Traits::ModelTraits::Indices | 
|  | export the indices type 
 | 
|  | 
|  | 
| Scalar | displacement (int i) const | 
|  | 
| const PrimaryVariables & | displacement () const | 
|  | 
| 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 | 
|  | 
◆ Indices
◆ PrimaryVariables
◆ displacement() [1/2]
◆ displacement() [2/2]
◆ 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 ) |  | inlineinherited | 
 
 
The documentation for this class was generated from the following file: