Interface for Unstructured interpolation.
More...
#include <InterpolatorUnstructured.h>
|
void | print (std::ostream &) const override |
|
Interface for Unstructured interpolation.
Definition at line 31 of file InterpolatorUnstructured.h.
◆ 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() |
|
) |
| |
◆ ~InterpolatorUnstructured()
oops::InterpolatorUnstructured::~InterpolatorUnstructured |
( |
| ) |
|
◆ apply() [1/2]
void oops::InterpolatorUnstructured::apply |
( |
const atlas::Field & |
infield, |
|
|
atlas::Field & |
outfield |
|
) |
| |
|
overridevirtual |
◆ apply() [2/2]
void oops::InterpolatorUnstructured::apply |
( |
const atlas::FieldSet & |
infields, |
|
|
atlas::FieldSet & |
outfields |
|
) |
| |
|
overridevirtual |
◆ apply_ad() [1/2]
void oops::InterpolatorUnstructured::apply_ad |
( |
const atlas::Field & |
field_grid2, |
|
|
atlas::Field & |
field_grid1 |
|
) |
| |
◆ apply_ad() [2/2]
void oops::InterpolatorUnstructured::apply_ad |
( |
const atlas::FieldSet & |
fields_grid2, |
|
|
atlas::FieldSet & |
fields_grid1 |
|
) |
| |
|
overridevirtual |
◆ classname()
static const std::string oops::InterpolatorUnstructured::classname |
( |
| ) |
|
|
inlinestatic |
◆ print()
void oops::InterpolatorUnstructured::print |
( |
std::ostream & |
os | ) |
const |
|
overrideprivatevirtual |
◆ write()
int oops::InterpolatorUnstructured::write |
( |
const eckit::Configuration & |
config | ) |
|
|
overridevirtual |
◆ in_fspace_
const atlas::FunctionSpace* oops::InterpolatorUnstructured::in_fspace_ |
|
private |
◆ keyUnstructuredInterpolator_
int oops::InterpolatorUnstructured::keyUnstructuredInterpolator_ |
|
private |
◆ out_fspace_
const atlas::FunctionSpace* oops::InterpolatorUnstructured::out_fspace_ |
|
private |
The documentation for this class was generated from the following files: