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