|
| Interpolation (const Config &, const FunctionSpace &source, const FunctionSpace &target) noexcept(false) |
|
| Interpolation (const Config &, const FunctionSpace &source, const Field &target) noexcept(false) |
|
| Interpolation (const Config &, const FunctionSpace &source, const FieldSet &target) noexcept(false) |
|
| Interpolation (const Config &, const Grid &source, const Grid &target) noexcept(false) |
|
void | execute (const FieldSet &source, FieldSet &target) const |
|
void | execute (const Field &source, Field &target) const |
|
void | execute_adjoint (FieldSet &source, const FieldSet &target) const |
|
void | execute_adjoint (Field &source, const Field &target) const |
|
void | print (std::ostream &out) const |
|
const FunctionSpace & | source () const |
|
const FunctionSpace & | target () const |
|
Cache | createCache () const |
|
| Interpolation (const Config &, const Grid &source, const Grid &target, const Cache &) noexcept(false) |
|
The documentation for this class was generated from the following files:
- src/atlas/interpolation/Interpolation.h
- src/atlas/interpolation/Interpolation.cc