OOPS
oops::Increment4D< MODEL > Class Template Reference

4D model state Increment (vector of 3D Increments) More...

#include <Increment4D.h>

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

Public Member Functions

 Increment4D (const Geometry_ &, const Variables &, const std::vector< util::DateTime > &)
 Constructor for specified times. More...
 
void diff (const State4D_ &, const State4D_ &)
 Linear algebra operators. More...
 
void zero ()
 
void random ()
 
void ones ()
 
double dot_product_with (const Increment4D &) const
 
void schur_product_with (const Increment4D &)
 
Geometry_ geometry () const
 Get geometry. More...
 
Increment_operator[] (const int ii)
 Get 3D increments. More...
 
const Increment_operator[] (const int ii) const
 
size_t size () const
 

Static Public Member Functions

static const std::string classname ()
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef Increment< MODEL > Increment_
 
typedef State4D< MODEL > State4D_
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

std::vector< Increment_incr4d_
 

Detailed Description

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

4D model state Increment (vector of 3D Increments)

Definition at line 32 of file Increment4D.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 33 of file Increment4D.h.

◆ Increment_

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

Definition at line 34 of file Increment4D.h.

◆ State4D_

template<typename MODEL >
typedef State4D<MODEL> oops::Increment4D< MODEL >::State4D_
private

Definition at line 35 of file Increment4D.h.

Constructor & Destructor Documentation

◆ Increment4D()

template<typename MODEL >
oops::Increment4D< MODEL >::Increment4D ( const Geometry_ resol,
const Variables vars,
const std::vector< util::DateTime > &  timeslots 
)

Constructor for specified times.

Definition at line 79 of file Increment4D.h.

Member Function Documentation

◆ classname()

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

Definition at line 38 of file Increment4D.h.

◆ diff()

template<typename MODEL >
void oops::Increment4D< MODEL >::diff ( const State4D_ cv1,
const State4D_ cv2 
)

Linear algebra operators.

Definition at line 112 of file Increment4D.h.

◆ dot_product_with()

template<typename MODEL >
double oops::Increment4D< MODEL >::dot_product_with ( const Increment4D< MODEL > &  x2) const

Definition at line 126 of file Increment4D.h.

◆ geometry()

template<typename MODEL >
Geometry_ oops::Increment4D< MODEL >::geometry ( ) const
inline

Get geometry.

Definition at line 52 of file Increment4D.h.

Here is the caller graph for this function:

◆ ones()

template<typename MODEL >
void oops::Increment4D< MODEL >::ones

Definition at line 105 of file Increment4D.h.

◆ operator[]() [1/2]

template<typename MODEL >
Increment_& oops::Increment4D< MODEL >::operator[] ( const int  ii)
inline

Get 3D increments.

Definition at line 55 of file Increment4D.h.

◆ operator[]() [2/2]

template<typename MODEL >
const Increment_& oops::Increment4D< MODEL >::operator[] ( const int  ii) const
inline

Definition at line 56 of file Increment4D.h.

◆ print()

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

Definition at line 119 of file Increment4D.h.

◆ random()

template<typename MODEL >
void oops::Increment4D< MODEL >::random

Definition at line 98 of file Increment4D.h.

◆ schur_product_with()

template<typename MODEL >
void oops::Increment4D< MODEL >::schur_product_with ( const Increment4D< MODEL > &  x2)

Definition at line 135 of file Increment4D.h.

◆ size()

template<typename MODEL >
size_t oops::Increment4D< MODEL >::size ( ) const
inline

Definition at line 57 of file Increment4D.h.

Here is the caller graph for this function:

◆ zero()

template<typename MODEL >
void oops::Increment4D< MODEL >::zero

Definition at line 91 of file Increment4D.h.

Member Data Documentation

◆ incr4d_

template<typename MODEL >
std::vector<Increment_> oops::Increment4D< MODEL >::incr4d_
private

Definition at line 62 of file Increment4D.h.


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