3.4
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
numeqvector.hh File Reference

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.

Description

A helper to deduce a vector with the same size as numbers of equations.

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.