OOPS
|
Base class of classes storing parameters controlling specific variable changes. More...
#include <VariableChangeParametersBase.h>
Public Attributes | |
OptionalParameter< std::string > | variableChange {"variable change", this} |
Variable change type. More... | |
OptionalParameter< Variables > | inputVariables {"input variables", this} |
OptionalParameter< Variables > | outputVariables {"output variables", this} |
Base class of classes storing parameters controlling specific variable changes.
Definition at line 21 of file VariableChangeParametersBase.h.
OptionalParameter<Variables> oops::VariableChangeParametersBase::inputVariables {"input variables", this} |
Definition at line 34 of file VariableChangeParametersBase.h.
OptionalParameter<Variables> oops::VariableChangeParametersBase::outputVariables {"output variables", this} |
Definition at line 35 of file VariableChangeParametersBase.h.
OptionalParameter<std::string> oops::VariableChangeParametersBase::variableChange {"variable change", this} |
Variable change type.
Definition at line 32 of file VariableChangeParametersBase.h.