FV3 Bundle
oops::UnstructuredGrid Class Reference

#include <UnstructuredGrid.h>

Inheritance diagram for oops::UnstructuredGrid:
[legend]
Collaboration diagram for oops::UnstructuredGrid:
[legend]

Public Member Functions

 UnstructuredGrid ()
 
 ~UnstructuredGrid ()
 
void zero ()
 
void random ()
 
double dot_product_with (const UnstructuredGrid &) const
 
int & toFortran ()
 
const int & toFortran () const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

int keyUGrid_
 

Detailed Description

Definition at line 24 of file UnstructuredGrid.h.

Constructor & Destructor Documentation

◆ UnstructuredGrid()

oops::UnstructuredGrid::UnstructuredGrid ( )

Definition at line 15 of file UnstructuredGrid.cc.

Here is the call graph for this function:

◆ ~UnstructuredGrid()

oops::UnstructuredGrid::~UnstructuredGrid ( )

Definition at line 19 of file UnstructuredGrid.cc.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

static const std::string oops::UnstructuredGrid::classname ( )
inlinestatic

Definition at line 28 of file UnstructuredGrid.h.

◆ dot_product_with()

double oops::UnstructuredGrid::dot_product_with ( const UnstructuredGrid other) const

Definition at line 29 of file UnstructuredGrid.cc.

◆ print()

void oops::UnstructuredGrid::print ( std::ostream &  os) const
private

Definition at line 34 of file UnstructuredGrid.cc.

◆ random()

void oops::UnstructuredGrid::random ( )

Definition at line 26 of file UnstructuredGrid.cc.

◆ toFortran() [1/2]

int& oops::UnstructuredGrid::toFortran ( )
inline

Definition at line 39 of file UnstructuredGrid.h.

Here is the caller graph for this function:

◆ toFortran() [2/2]

const int& oops::UnstructuredGrid::toFortran ( ) const
inline

Definition at line 40 of file UnstructuredGrid.h.

◆ zero()

void oops::UnstructuredGrid::zero ( )

Definition at line 23 of file UnstructuredGrid.cc.

Member Data Documentation

◆ keyUGrid_

int oops::UnstructuredGrid::keyUGrid_
private

Definition at line 45 of file UnstructuredGrid.h.


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