OOPS
interpolatorunstrc_f.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020- UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #pragma once
9 
10 #include "atlas/field.h"
11 
12 #include "eckit/config/Configuration.h"
13 #include "eckit/mpi/Comm.h"
14 
15 // Forward declarations
16 namespace eckit {
17  class Configuration;
18 }
19 
20 namespace oops {
21 extern "C" {
22  void unstrc_create_f90(int &, const eckit::mpi::Comm *,
23  const atlas::field::FieldImpl *,
24  const atlas::field::FieldImpl *,
25  const eckit::Configuration &);
26  void unstrc_write_f90(const int &, const eckit::Configuration &);
27  void unstrc_delete_f90(const int &);
28  void unstrc_apply_f90(const int &, const atlas::field::FieldImpl *,
29  atlas::field::FieldImpl *);
30  void unstrc_apply_ad_f90(const int &, const atlas::field::FieldImpl *,
31  atlas::field::FieldImpl *);
32 }
33 } // namespace oops
Definition: FieldL95.h:22
The namespace for the main oops code.
void unstrc_delete_f90(const int &)
void unstrc_create_f90(int &, const eckit::mpi::Comm *, const atlas::field::FieldImpl *, const atlas::field::FieldImpl *, const eckit::Configuration &)
void unstrc_apply_f90(const int &, const atlas::field::FieldImpl *, atlas::field::FieldImpl *)
void unstrc_apply_ad_f90(const int &, const atlas::field::FieldImpl *, atlas::field::FieldImpl *)
void unstrc_write_f90(const int &, const eckit::Configuration &)