OOPS
oops::ChangeVariables< MODEL > Class Template Reference

Encapsulates the nonlinear variable change There should not be a factory for ChangeVariable, it should be a trait class. This is a temporary solution to get around it until we can fix the models. More...

#include <ChangeVariables.h>

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

Public Member Functions

 ChangeVariables (const eckit::Configuration &, const Geometry_ &, const Variables &, const Variables &)
 
virtual ~ChangeVariables ()
 
 ChangeVariables (const ChangeVariables &)=delete
 
 ChangeVariables (ChangeVariables &&)=default
 
const ChangeVariablesoperator= (const ChangeVariables &)=delete
 
ChangeVariablesoperator= (ChangeVariables &&)=default
 
void changeVar (const State_ &xin, State_ &xout) const
 change variable from state xin to xout More...
 
void changeVarInverse (const State_ &xout, State_ &xin) const
 inverse of changeVar, change variables back from xout to xin More...
 

Static Public Member Functions

static const std::string classname ()
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef State< MODEL > State_
 
typedef VariableChange< MODEL > VariableChange_
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

std::unique_ptr< VariableChange_chvar_
 

Detailed Description

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

Encapsulates the nonlinear variable change There should not be a factory for ChangeVariable, it should be a trait class. This is a temporary solution to get around it until we can fix the models.

Definition at line 30 of file ChangeVariables.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 32 of file ChangeVariables.h.

◆ State_

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

Definition at line 33 of file ChangeVariables.h.

◆ VariableChange_

template<typename MODEL >
typedef VariableChange<MODEL> oops::ChangeVariables< MODEL >::VariableChange_
private

Definition at line 34 of file ChangeVariables.h.

Constructor & Destructor Documentation

◆ ChangeVariables() [1/3]

template<typename MODEL >
oops::ChangeVariables< MODEL >::ChangeVariables ( const eckit::Configuration &  conf,
const Geometry_ geom,
const Variables varin,
const Variables varout 
)

Definition at line 61 of file ChangeVariables.h.

Here is the call graph for this function:

◆ ~ChangeVariables()

template<typename MODEL >
oops::ChangeVariables< MODEL >::~ChangeVariables
virtual

Definition at line 79 of file ChangeVariables.h.

◆ ChangeVariables() [2/3]

template<typename MODEL >
oops::ChangeVariables< MODEL >::ChangeVariables ( const ChangeVariables< MODEL > &  )
delete

◆ ChangeVariables() [3/3]

template<typename MODEL >
oops::ChangeVariables< MODEL >::ChangeVariables ( ChangeVariables< MODEL > &&  )
default

Member Function Documentation

◆ changeVar()

template<typename MODEL >
void oops::ChangeVariables< MODEL >::changeVar ( const State_ xin,
State_ xout 
) const

change variable from state xin to xout

Definition at line 89 of file ChangeVariables.h.

Here is the caller graph for this function:

◆ changeVarInverse()

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

inverse of changeVar, change variables back from xout to xin

Definition at line 99 of file ChangeVariables.h.

◆ classname()

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

Definition at line 37 of file ChangeVariables.h.

◆ operator=() [1/2]

template<typename MODEL >
ChangeVariables& oops::ChangeVariables< MODEL >::operator= ( ChangeVariables< MODEL > &&  )
default

◆ operator=() [2/2]

template<typename MODEL >
const ChangeVariables& oops::ChangeVariables< MODEL >::operator= ( const ChangeVariables< MODEL > &  )
delete

◆ print()

template<typename MODEL >
void oops::ChangeVariables< MODEL >::print ( std::ostream &  os) const
overrideprivate

Definition at line 109 of file ChangeVariables.h.

Member Data Documentation

◆ chvar_

template<typename MODEL >
std::unique_ptr<VariableChange_> oops::ChangeVariables< MODEL >::chvar_
private

Definition at line 55 of file ChangeVariables.h.


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