Specialization providing operations for block vectors. More...
#include <dumux/common/variablesbackend.hh>
Specialization providing operations for block vectors.
Vector | a type that is
|
Public Types | |
using | DofVector = Vector |
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 (typename DofVector::field_type a, const DofVector &x, DofVector &y) |
Perform axpy operation (y += a * x) More... | |
using Dumux::DofBackend< Vector, false >::DofVector = Vector |
the type of the dofs parametrizing the variables object
using Dumux::DofBackend< Vector, false >::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.