Specialization providing operations for scalar/number types.  
#include <dumux/common/variablesbackend.hh>
|  | 
| using | DofVector = Scalar | 
|  | the type of the dofs parametrizing the variables object 
 | 
|  | 
| using | SizeType = std::size_t | 
|  | 
|  | 
| static SizeType | size (const DofVector &d) | 
|  | Return the number of entries in the dof vector. 
 | 
|  | 
| static DofVector | zeros (SizeType size) | 
|  | Make a zero-initialized dof vector instance. 
 | 
|  | 
| template<class OtherDofVector> | 
| static void | axpy (Scalar a, const OtherDofVector &x, DofVector &y) | 
|  | Perform axpy operation (y += a * x) 
 | 
|  | 
◆ DofVector
◆ SizeType
◆ axpy()
template<class Scalar> 
template<class OtherDofVector> 
 
 
◆ size()
◆ zeros()
The documentation for this class was generated from the following file: