OOPS
|
Base class of classes storing parameters controlling specific variable changes. More...
#include <VariableChangeParametersBase.h>
Public Attributes | |
Parameter< std::string > | variableChange {"variable change", "Identity", 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 22 of file VariableChangeParametersBase.h.
OptionalParameter<Variables> oops::VariableChangeParametersBase::inputVariables {"input variables", this} |
Definition at line 28 of file VariableChangeParametersBase.h.
OptionalParameter<Variables> oops::VariableChangeParametersBase::outputVariables {"output variables", this} |
Definition at line 29 of file VariableChangeParametersBase.h.
Parameter<std::string> oops::VariableChangeParametersBase::variableChange {"variable change", "Identity", this} |
Variable change type.
Definition at line 26 of file VariableChangeParametersBase.h.