MPAS-JEDI
mpas::GeometryMPAS Class Reference

GeometryMPAS handles geometry for MPAS model. More...

#include <GeometryMPAS.h>

Inheritance diagram for mpas::GeometryMPAS:
Collaboration diagram for mpas::GeometryMPAS:

Public Member Functions

 GeometryMPAS (const eckit::Configuration &, const eckit::mpi::Comm &)
 
 GeometryMPAS (const GeometryMPAS &)
 
 ~GeometryMPAS ()
 
F90geomtoFortran ()
 
const F90geomtoFortran () const
 
const eckit::mpi::Comm & getComm () const
 
atlas::FunctionSpace * atlasFunctionSpace () const
 
atlas::FieldSet * atlasFieldSet () const
 
bool isEqual (const GeometryMPAS &) const
 
std::vector< size_t > variableSizes (const oops::Variables &) const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

GeometryMPASoperator= (const GeometryMPAS &)
 
void print (std::ostream &) const
 

Private Attributes

F90geom keyGeom_
 
const eckit::mpi::Comm & comm_
 
std::unique_ptr< atlas::functionspace::PointCloud > atlasFunctionSpace_
 
std::unique_ptr< atlas::FieldSet > atlasFieldSet_
 

Detailed Description

GeometryMPAS handles geometry for MPAS model.

Definition at line 36 of file GeometryMPAS.h.

Constructor & Destructor Documentation

◆ GeometryMPAS() [1/2]

mpas::GeometryMPAS::GeometryMPAS ( const eckit::Configuration &  config,
const eckit::mpi::Comm &  comm 
)

Definition at line 20 of file GeometryMPAS.cc.

Here is the call graph for this function:

◆ GeometryMPAS() [2/2]

mpas::GeometryMPAS::GeometryMPAS ( const GeometryMPAS other)

Definition at line 46 of file GeometryMPAS.cc.

Here is the call graph for this function:

◆ ~GeometryMPAS()

mpas::GeometryMPAS::~GeometryMPAS ( )

Definition at line 61 of file GeometryMPAS.cc.

Here is the call graph for this function:

Member Function Documentation

◆ atlasFieldSet()

atlas::FieldSet* mpas::GeometryMPAS::atlasFieldSet ( ) const
inline

Definition at line 51 of file GeometryMPAS.h.

◆ atlasFunctionSpace()

atlas::FunctionSpace* mpas::GeometryMPAS::atlasFunctionSpace ( ) const
inline

Definition at line 49 of file GeometryMPAS.h.

◆ classname()

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

Definition at line 39 of file GeometryMPAS.h.

◆ getComm()

const eckit::mpi::Comm& mpas::GeometryMPAS::getComm ( ) const
inline

Definition at line 47 of file GeometryMPAS.h.

Here is the caller graph for this function:

◆ isEqual()

bool mpas::GeometryMPAS::isEqual ( const GeometryMPAS other) const

Definition at line 65 of file GeometryMPAS.cc.

Here is the call graph for this function:

◆ operator=()

GeometryMPAS& mpas::GeometryMPAS::operator= ( const GeometryMPAS )
private

◆ print()

void mpas::GeometryMPAS::print ( std::ostream &  os) const
private

Definition at line 82 of file GeometryMPAS.cc.

Here is the call graph for this function:

◆ toFortran() [1/2]

F90geom& mpas::GeometryMPAS::toFortran ( )
inline

Definition at line 45 of file GeometryMPAS.h.

Here is the caller graph for this function:

◆ toFortran() [2/2]

const F90geom& mpas::GeometryMPAS::toFortran ( ) const
inline

Definition at line 46 of file GeometryMPAS.h.

◆ variableSizes()

std::vector< size_t > mpas::GeometryMPAS::variableSizes ( const oops::Variables &  vars) const

Definition at line 73 of file GeometryMPAS.cc.

Here is the call graph for this function:

Member Data Documentation

◆ atlasFieldSet_

std::unique_ptr<atlas::FieldSet> mpas::GeometryMPAS::atlasFieldSet_
private

Definition at line 64 of file GeometryMPAS.h.

◆ atlasFunctionSpace_

std::unique_ptr<atlas::functionspace::PointCloud> mpas::GeometryMPAS::atlasFunctionSpace_
private

Definition at line 63 of file GeometryMPAS.h.

◆ comm_

const eckit::mpi::Comm& mpas::GeometryMPAS::comm_
private

Definition at line 62 of file GeometryMPAS.h.

◆ keyGeom_

F90geom mpas::GeometryMPAS::keyGeom_
private

Definition at line 61 of file GeometryMPAS.h.


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