24#ifndef DUMUX_COMMON_NUMEQVECTOR_HH
25#define DUMUX_COMMON_NUMEQVECTOR_HH
31template<
class PrimaryVariables>
34 static constexpr std::size_t
numEq = PrimaryVariables::size();
35 using type = PrimaryVariables;
45template<
class PrimaryVariables>
typename NumEqVectorTraits< PrimaryVariables >::type NumEqVector
A vector with the same size as numbers of equations This is the default implementation and has to be ...
Definition: numeqvector.hh:46
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Definition: numeqvector.hh:33
PrimaryVariables type
Definition: numeqvector.hh:35
static constexpr std::size_t numEq
Definition: numeqvector.hh:34