OOPS
oops::LinearVariableChangeParametersBase Class Reference

Base class of classes storing parameters controlling specific linear variable changes. More...

#include <LinearVariableChangeParametersBase.h>

Inheritance diagram for oops::LinearVariableChangeParametersBase:
Collaboration diagram for oops::LinearVariableChangeParametersBase:

Public Attributes

OptionalParameter< std::string > variableChange {"variable change", this}
 Variable change type. More...
 
OptionalParameter< VariablesinputVariables {"input variables", this}
 
OptionalParameter< VariablesoutputVariables {"output variables", this}
 

Detailed Description

Base class of classes storing parameters controlling specific linear variable changes.

Definition at line 21 of file LinearVariableChangeParametersBase.h.

Member Data Documentation

◆ inputVariables

OptionalParameter<Variables> oops::LinearVariableChangeParametersBase::inputVariables {"input variables", this}

Definition at line 35 of file LinearVariableChangeParametersBase.h.

◆ outputVariables

OptionalParameter<Variables> oops::LinearVariableChangeParametersBase::outputVariables {"output variables", this}

Definition at line 36 of file LinearVariableChangeParametersBase.h.

◆ variableChange

OptionalParameter<std::string> oops::LinearVariableChangeParametersBase::variableChange {"variable change", this}

Variable change type.

Note
This parameter is marked as optional because it is only required in certain circumstances (e.g. when variable change parameters are deserialized into a LinearVariableChangeParametersWrapper and used by LinearVariableChangeFactory to instantiate a tangent linear variable change whose type is determined at runtime), but not others (e.g. in tests written with a particular variable change in mind). LinearVariableChangeParametersWrapper will throw an exception if this parameter is not provided.

Definition at line 33 of file LinearVariableChangeParametersBase.h.


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