MPAS-JEDI
mpas::LinVarChaC2A Class Reference

#include <LinVarChaC2A.h>

Inheritance diagram for mpas::LinVarChaC2A:
Collaboration diagram for mpas::LinVarChaC2A:

Public Member Functions

 LinVarChaC2A (const StateMPAS &, const StateMPAS &, const GeometryMPAS &, const eckit::Configuration &)
 
 ~LinVarChaC2A ()
 
void multiply (const IncrementMPAS &, IncrementMPAS &) const
 
void multiplyInverse (const IncrementMPAS &, IncrementMPAS &) const
 
void multiplyAD (const IncrementMPAS &, IncrementMPAS &) const
 
void multiplyInverseAD (const IncrementMPAS &, IncrementMPAS &) const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

std::shared_ptr< const GeometryMPASgeom_
 
oops::Variables vars_
 
F90lvc_C2A keyFtnConfig_
 

Detailed Description

Definition at line 37 of file LinVarChaC2A.h.

Constructor & Destructor Documentation

◆ LinVarChaC2A()

mpas::LinVarChaC2A::LinVarChaC2A ( const StateMPAS bg,
const StateMPAS fg,
const GeometryMPAS resol,
const eckit::Configuration &  config 
)
explicit

Definition at line 29 of file LinVarChaC2A.cc.

Here is the call graph for this function:

◆ ~LinVarChaC2A()

mpas::LinVarChaC2A::~LinVarChaC2A ( )

Definition at line 42 of file LinVarChaC2A.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string mpas::LinVarChaC2A::classname ( )
inlinestatic

Definition at line 39 of file LinVarChaC2A.h.

Here is the caller graph for this function:

◆ multiply()

void mpas::LinVarChaC2A::multiply ( const IncrementMPAS dxc,
IncrementMPAS dxa 
) const

Definition at line 49 of file LinVarChaC2A.cc.

Here is the call graph for this function:

◆ multiplyAD()

void mpas::LinVarChaC2A::multiplyAD ( const IncrementMPAS dxa,
IncrementMPAS dxc 
) const

Definition at line 67 of file LinVarChaC2A.cc.

Here is the call graph for this function:

◆ multiplyInverse()

void mpas::LinVarChaC2A::multiplyInverse ( const IncrementMPAS dxa,
IncrementMPAS dxc 
) const

Definition at line 58 of file LinVarChaC2A.cc.

Here is the call graph for this function:

◆ multiplyInverseAD()

void mpas::LinVarChaC2A::multiplyInverseAD ( const IncrementMPAS dxc,
IncrementMPAS dxa 
) const

Definition at line 76 of file LinVarChaC2A.cc.

Here is the call graph for this function:

◆ print()

void mpas::LinVarChaC2A::print ( std::ostream &  os) const
overrideprivate

Definition at line 85 of file LinVarChaC2A.cc.

Here is the call graph for this function:

Member Data Documentation

◆ geom_

std::shared_ptr<const GeometryMPAS> mpas::LinVarChaC2A::geom_
private

Definition at line 50 of file LinVarChaC2A.h.

◆ keyFtnConfig_

F90lvc_C2A mpas::LinVarChaC2A::keyFtnConfig_
private

Definition at line 52 of file LinVarChaC2A.h.

◆ vars_

oops::Variables mpas::LinVarChaC2A::vars_
private

Definition at line 51 of file LinVarChaC2A.h.


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