3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::Properties::NumEqVector< TypeTag, TTag::ModelProperties > Struct Template Reference

Set the default vector with size number of equations to a field vector. More...

#include <dumux/common/properties/model.hh>

Description

template<class TypeTag>
struct Dumux::Properties::NumEqVector< TypeTag, TTag::ModelProperties >

Set the default vector with size number of equations to a field vector.

Public Types

using type = Dune::FieldVector< GetPropType< TypeTag, Properties::Scalar >, GetPropType< TypeTag, Properties::ModelTraits >::numEq()>
 

Member Typedef Documentation

◆ type

template<class TypeTag >
using Dumux::Properties::NumEqVector< TypeTag, TTag::ModelProperties >::type = Dune::FieldVector<GetPropType<TypeTag, Properties::Scalar>, GetPropType<TypeTag, Properties::ModelTraits>::numEq()>

The documentation for this struct was generated from the following file: