OGS
|
Stores information about a specific secondary variable.
Definition at line 105 of file SecondaryVariable.h.
#include <SecondaryVariable.h>
Public Attributes | |
std::string const | name |
Name of the variable; used, e.g., for output. | |
SecondaryVariableFunctions | fcts |
Functions used for computing the secondary variable. | |
SecondaryVariableFunctions ProcessLib::SecondaryVariable::fcts |
Functions used for computing the secondary variable.
Definition at line 110 of file SecondaryVariable.h.
Referenced by addSecondaryVariableNodes(), and addSecondaryVariableResiduals().
std::string const ProcessLib::SecondaryVariable::name |
Name of the variable; used, e.g., for output.
Definition at line 107 of file SecondaryVariable.h.
Referenced by addSecondaryVariableNodes(), and addSecondaryVariableResiduals().