OOPS
oops::ConvertIncrement< MODEL > Class Template Reference

#include <ConvertIncrement.h>

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

Public Member Functions

 ConvertIncrement (const eckit::mpi::Comm &comm=oops::mpi::world())
 
virtual ~ConvertIncrement ()
 
int execute (const eckit::Configuration &fullConfig) const
 
- Public Member Functions inherited from oops::Application
 Application (const eckit::mpi::Comm &comm)
 
virtual ~Application ()
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef Increment< MODEL > Increment_
 
typedef State< MODEL > State_
 
typedef LinearVariableChangeBase< MODEL > LinearVariableChange_
 
typedef LinearVariableChangeFactory< MODEL > LinearVariableChangeFactory_
 

Private Member Functions

std::string appname () const
 

Additional Inherited Members

- Protected Member Functions inherited from oops::Application
const eckit::mpi::Comm & getComm () const
 

Detailed Description

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

Definition at line 29 of file ConvertIncrement.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 30 of file ConvertIncrement.h.

◆ Increment_

template<typename MODEL >
typedef Increment<MODEL> oops::ConvertIncrement< MODEL >::Increment_
private

Definition at line 31 of file ConvertIncrement.h.

◆ LinearVariableChange_

template<typename MODEL >
typedef LinearVariableChangeBase<MODEL> oops::ConvertIncrement< MODEL >::LinearVariableChange_
private

Definition at line 33 of file ConvertIncrement.h.

◆ LinearVariableChangeFactory_

template<typename MODEL >
typedef LinearVariableChangeFactory<MODEL> oops::ConvertIncrement< MODEL >::LinearVariableChangeFactory_
private

Definition at line 34 of file ConvertIncrement.h.

◆ State_

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

Definition at line 32 of file ConvertIncrement.h.

Constructor & Destructor Documentation

◆ ConvertIncrement()

template<typename MODEL >
oops::ConvertIncrement< MODEL >::ConvertIncrement ( const eckit::mpi::Comm &  comm = oops::mpi::world())
inlineexplicit

Definition at line 38 of file ConvertIncrement.h.

◆ ~ConvertIncrement()

template<typename MODEL >
virtual oops::ConvertIncrement< MODEL >::~ConvertIncrement ( )
inlinevirtual

Definition at line 43 of file ConvertIncrement.h.

Member Function Documentation

◆ appname()

template<typename MODEL >
std::string oops::ConvertIncrement< MODEL >::appname ( ) const
inlineprivatevirtual

Implements oops::Application.

Definition at line 126 of file ConvertIncrement.h.

◆ execute()

template<typename MODEL >
int oops::ConvertIncrement< MODEL >::execute ( const eckit::Configuration &  fullConfig) const
inlinevirtual

Implements oops::Application.

Definition at line 45 of file ConvertIncrement.h.

Here is the call graph for this function:

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