OOPS
|
No change of variable. More...
#include <IdVariableChange.h>
Public Member Functions | |
IdVariableChange (const Geometry_ &, const eckit::Configuration &) | |
void | changeVar (const State_ &x1, State_ &x2) const override |
Perform identity change of variable. More... | |
void | changeVarInverse (const State_ &x1, State_ &x2) const override |
inverse of changeVar, change variables back from xout to xin More... | |
![]() | |
GenericVariableChangeBase ()=default | |
virtual | ~GenericVariableChangeBase ()=default |
Static Public Member Functions | |
static const std::string | classname () |
Private Types | |
typedef Geometry< MODEL > | Geometry_ |
typedef State< MODEL > | State_ |
Private Member Functions | |
void | print (std::ostream &os) const override |
Print, used for logging. More... | |
No change of variable.
Definition at line 30 of file IdVariableChange.h.
|
private |
Definition at line 31 of file IdVariableChange.h.
|
private |
Definition at line 32 of file IdVariableChange.h.
|
inline |
Definition at line 36 of file IdVariableChange.h.
|
inlineoverridevirtual |
Perform identity change of variable.
Implements oops::GenericVariableChangeBase< MODEL >.
Definition at line 39 of file IdVariableChange.h.
|
inlineoverridevirtual |
inverse of changeVar, change variables back from xout
to xin
Implements oops::GenericVariableChangeBase< MODEL >.
Definition at line 40 of file IdVariableChange.h.
|
inlinestatic |
Definition at line 34 of file IdVariableChange.h.
|
inlineoverrideprivatevirtual |
Print, used for logging.
Implements oops::GenericVariableChangeBase< MODEL >.
Definition at line 43 of file IdVariableChange.h.