Specialization providing operations for scalar/number types. More...
#include <dumux/common/variablesbackend.hh>
Specialization providing operations for scalar/number types.
Public Types | |
| using | DofVector = Scalar |
| the type of the dofs parametrizing the variables object More... | |
| using | SizeType = std::size_t |
Static Public Member Functions | |
| static SizeType | size (const DofVector &d) |
| Return the number of entries in the dof vector. More... | |
| static DofVector | zeros (SizeType size) |
| Make a zero-initialized dof vector instance. More... | |
| static void | axpy (Scalar a, const DofVector &x, DofVector &y) |
| Perform axpy operation (y += a * x) More... | |
| using Dumux::DofBackend< Scalar, true >::DofVector = Scalar |
the type of the dofs parametrizing the variables object
| using Dumux::DofBackend< Scalar, true >::SizeType = std::size_t |
|
inlinestatic |
Perform axpy operation (y += a * x)
|
inlinestatic |
Return the number of entries in the dof vector.
|
inlinestatic |
Make a zero-initialized dof vector instance.