OOPS
|
Base class of classes storing parameters controlling specific linear variable changes. More...
#include <LinearVariableChangeParametersBase.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 linear variable changes.
Definition at line 21 of file LinearVariableChangeParametersBase.h.
OptionalParameter<Variables> oops::LinearVariableChangeParametersBase::inputVariables {"input variables", this} |
Definition at line 35 of file LinearVariableChangeParametersBase.h.
OptionalParameter<Variables> oops::LinearVariableChangeParametersBase::outputVariables {"output variables", this} |
Definition at line 36 of file LinearVariableChangeParametersBase.h.
OptionalParameter<std::string> oops::LinearVariableChangeParametersBase::variableChange {"variable change", this} |
Variable change type.
Definition at line 33 of file LinearVariableChangeParametersBase.h.