A helper to deduce a vector with the same size as numbers of equations. More...
#include <cstddef>Go to the source code of this file.
Classes | |
| struct | Dumux::NumEqVectorTraits< PrimaryVariables > |
Namespaces | |
| namespace | Dumux |
Typedefs | |
| template<class PrimaryVariables > | |
| using | Dumux::NumEqVector = typename NumEqVectorTraits< PrimaryVariables >::type |
| A vector with the same size as numbers of equations This is the default implementation and has to be specialized for all custom primary variable vector types. More... | |