OOPS
oops::InterpolatorUnstructured Class Reference

Interface for Unstructured interpolation. More...

#include <InterpolatorUnstructured.h>

Inheritance diagram for oops::InterpolatorUnstructured:
Collaboration diagram for oops::InterpolatorUnstructured:

Public Member Functions

 InterpolatorUnstructured (const eckit::Configuration &, const atlas::FunctionSpace &, const atlas::FunctionSpace &, const atlas::field::FieldSetImpl *=nullptr, const eckit::mpi::Comm &=oops::mpi::world())
 
 ~InterpolatorUnstructured ()
 
void apply (const atlas::Field &, atlas::Field &) override
 
void apply (const atlas::FieldSet &, atlas::FieldSet &) override
 
void apply_ad (const atlas::Field &, atlas::Field &)
 
void apply_ad (const atlas::FieldSet &, atlas::FieldSet &) override
 
int write (const eckit::Configuration &) override
 
- Public Member Functions inherited from oops::InterpolatorBase
virtual ~InterpolatorBase ()
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const override
 

Private Attributes

int keyUnstructuredInterpolator_
 
const atlas::FunctionSpace * in_fspace_
 
const atlas::FunctionSpace * out_fspace_
 

Detailed Description

Interface for Unstructured interpolation.

Definition at line 31 of file InterpolatorUnstructured.h.

Constructor & Destructor Documentation

◆ InterpolatorUnstructured()

oops::InterpolatorUnstructured::InterpolatorUnstructured ( const eckit::Configuration &  config,
const atlas::FunctionSpace &  fspace1,
const atlas::FunctionSpace &  fspace2,
const atlas::field::FieldSetImpl *  masks = nullptr,
const eckit::mpi::Comm &  comm = oops::mpi::world() 
)

Definition at line 29 of file InterpolatorUnstructured.cc.

Here is the call graph for this function:

◆ ~InterpolatorUnstructured()

oops::InterpolatorUnstructured::~InterpolatorUnstructured ( )

Definition at line 47 of file InterpolatorUnstructured.cc.

Here is the call graph for this function:

Member Function Documentation

◆ apply() [1/2]

void oops::InterpolatorUnstructured::apply ( const atlas::Field &  infield,
atlas::Field &  outfield 
)
overridevirtual

Implements oops::InterpolatorBase.

Definition at line 51 of file InterpolatorUnstructured.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ apply() [2/2]

void oops::InterpolatorUnstructured::apply ( const atlas::FieldSet &  infields,
atlas::FieldSet &  outfields 
)
overridevirtual

Implements oops::InterpolatorBase.

Definition at line 65 of file InterpolatorUnstructured.cc.

Here is the call graph for this function:

◆ apply_ad() [1/2]

void oops::InterpolatorUnstructured::apply_ad ( const atlas::Field &  field_grid2,
atlas::Field &  field_grid1 
)

Definition at line 58 of file InterpolatorUnstructured.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ apply_ad() [2/2]

void oops::InterpolatorUnstructured::apply_ad ( const atlas::FieldSet &  fields_grid2,
atlas::FieldSet &  fields_grid1 
)
overridevirtual

Implements oops::InterpolatorBase.

Definition at line 82 of file InterpolatorUnstructured.cc.

Here is the call graph for this function:

◆ classname()

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

Definition at line 34 of file InterpolatorUnstructured.h.

◆ print()

void oops::InterpolatorUnstructured::print ( std::ostream &  os) const
overrideprivatevirtual

Implements oops::InterpolatorBase.

Definition at line 100 of file InterpolatorUnstructured.cc.

◆ write()

int oops::InterpolatorUnstructured::write ( const eckit::Configuration &  config)
overridevirtual

Reimplemented from oops::InterpolatorBase.

Definition at line 41 of file InterpolatorUnstructured.cc.

Here is the call graph for this function:

Member Data Documentation

◆ in_fspace_

const atlas::FunctionSpace* oops::InterpolatorUnstructured::in_fspace_
private

Definition at line 52 of file InterpolatorUnstructured.h.

◆ keyUnstructuredInterpolator_

int oops::InterpolatorUnstructured::keyUnstructuredInterpolator_
private

Definition at line 51 of file InterpolatorUnstructured.h.

◆ out_fspace_

const atlas::FunctionSpace* oops::InterpolatorUnstructured::out_fspace_
private

Definition at line 53 of file InterpolatorUnstructured.h.


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