OGS
ProcessLib::SecondaryVariable Struct Referencefinal

Detailed Description

Stores information about a specific secondary variable.

Definition at line 105 of file SecondaryVariable.h.

#include <SecondaryVariable.h>

Collaboration diagram for ProcessLib::SecondaryVariable:
[legend]

Public Attributes

std::string const name
 Name of the variable; used, e.g., for output.
 
SecondaryVariableFunctions fcts
 Functions used for computing the secondary variable.
 

Member Data Documentation

◆ fcts

SecondaryVariableFunctions ProcessLib::SecondaryVariable::fcts

Functions used for computing the secondary variable.

Definition at line 110 of file SecondaryVariable.h.

Referenced by addSecondaryVariableNodes(), and addSecondaryVariableResiduals().

◆ name

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().


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