SOCA
soca::VertConv Class Reference

SOCA linear change of variable. More...

#include <VertConv.h>

Inheritance diagram for soca::VertConv:
Collaboration diagram for soca::VertConv:

Public Member Functions

 VertConv (const State &, const State &, const Geometry &, const eckit::Configuration &)
 
 ~VertConv ()
 
void multiply (const Increment &, Increment &) const
 Perform linear transforms. More...
 
void multiplyInverse (const Increment &, Increment &) const
 
void multiplyAD (const Increment &, Increment &) const
 
void multiplyInverseAD (const Increment &, Increment &) const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

int keyFtnConfig_
 
const State bkg_lr_
 
const Geometry geom_
 

Detailed Description

SOCA linear change of variable.

Definition at line 33 of file VertConv.h.

Constructor & Destructor Documentation

◆ VertConv()

soca::VertConv::VertConv ( const State bkg,
const State traj,
const Geometry geom,
const eckit::Configuration &  conf 
)
explicit

Definition at line 34 of file VertConv.cc.

Here is the call graph for this function:

◆ ~VertConv()

soca::VertConv::~VertConv ( )

Definition at line 49 of file VertConv.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string soca::VertConv::classname ( )
inlinestatic

Definition at line 35 of file VertConv.h.

◆ multiply()

void soca::VertConv::multiply ( const Increment dxa,
Increment dxm 
) const

Perform linear transforms.

Definition at line 54 of file VertConv.cc.

Here is the call graph for this function:

◆ multiplyAD()

void soca::VertConv::multiplyAD ( const Increment dxm,
Increment dxa 
) const

Definition at line 65 of file VertConv.cc.

Here is the call graph for this function:

◆ multiplyInverse()

void soca::VertConv::multiplyInverse ( const Increment dxm,
Increment dxa 
) const

Definition at line 60 of file VertConv.cc.

◆ multiplyInverseAD()

void soca::VertConv::multiplyInverseAD ( const Increment dxa,
Increment dxm 
) const

Definition at line 71 of file VertConv.cc.

◆ print()

void soca::VertConv::print ( std::ostream &  os) const
overrideprivate

Definition at line 77 of file VertConv.cc.

Member Data Documentation

◆ bkg_lr_

const State soca::VertConv::bkg_lr_
private

Definition at line 50 of file VertConv.h.

◆ geom_

const Geometry soca::VertConv::geom_
private

Definition at line 51 of file VertConv.h.

◆ keyFtnConfig_

int soca::VertConv::keyFtnConfig_
private

Definition at line 49 of file VertConv.h.


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