OOPS
oops::IdVariableChange< MODEL > Class Template Reference

No change of variable. More...

#include <IdVariableChange.h>

Inheritance diagram for oops::IdVariableChange< MODEL >:
Collaboration diagram for oops::IdVariableChange< MODEL >:

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...
 
- Public Member Functions inherited from oops::GenericVariableChangeBase< MODEL >
 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...
 

Detailed Description

template<typename MODEL>
class oops::IdVariableChange< MODEL >

No change of variable.

Definition at line 30 of file IdVariableChange.h.

Member Typedef Documentation

◆ Geometry_

template<typename MODEL >
typedef Geometry<MODEL> oops::IdVariableChange< MODEL >::Geometry_
private

Definition at line 31 of file IdVariableChange.h.

◆ State_

template<typename MODEL >
typedef State<MODEL> oops::IdVariableChange< MODEL >::State_
private

Definition at line 32 of file IdVariableChange.h.

Constructor & Destructor Documentation

◆ IdVariableChange()

template<typename MODEL >
oops::IdVariableChange< MODEL >::IdVariableChange ( const Geometry_ ,
const eckit::Configuration &   
)
inline

Definition at line 36 of file IdVariableChange.h.

Member Function Documentation

◆ changeVar()

template<typename MODEL >
void oops::IdVariableChange< MODEL >::changeVar ( const State_ x1,
State_ x2 
) const
inlineoverridevirtual

Perform identity change of variable.

Implements oops::GenericVariableChangeBase< MODEL >.

Definition at line 39 of file IdVariableChange.h.

◆ changeVarInverse()

template<typename MODEL >
void oops::IdVariableChange< MODEL >::changeVarInverse ( const State_ xout,
State_ xin 
) const
inlineoverridevirtual

inverse of changeVar, change variables back from xout to xin

Implements oops::GenericVariableChangeBase< MODEL >.

Definition at line 40 of file IdVariableChange.h.

◆ classname()

template<typename MODEL >
static const std::string oops::IdVariableChange< MODEL >::classname ( )
inlinestatic

Definition at line 34 of file IdVariableChange.h.

◆ print()

template<typename MODEL >
void oops::IdVariableChange< MODEL >::print ( std::ostream &  ) const
inlineoverrideprivatevirtual

Print, used for logging.

Implements oops::GenericVariableChangeBase< MODEL >.

Definition at line 43 of file IdVariableChange.h.


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