FV3-JEDI
GeometryIterator.interface.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2019 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 #ifndef FV3JEDI_GEOMETRYITERATOR_GEOMETRYITERATOR_INTERFACE_H_
9 #define FV3JEDI_GEOMETRYITERATOR_GEOMETRYITERATOR_INTERFACE_H_
10 
12 
13 // Forward declarations
14 namespace eckit {
15  class Configuration;
16 }
17 
18 namespace fv3jedi {
19 
20 extern "C" {
21 
23  const int &, const int &);
26  void fv3jedi_geom_iter_equals_f90(const F90iter &, const F90iter&, int &);
27  void fv3jedi_geom_iter_current_f90(const F90iter &, double &, double &);
29 
30 } // extern "C"
31 // -----------------------------------------------------------------------------
32 
33 } // namespace fv3jedi
34 #endif // FV3JEDI_GEOMETRYITERATOR_GEOMETRYITERATOR_INTERFACE_H_
fv3jedi::F90iter
int F90iter
Definition: interface.h:26
fv3jedi::fv3jedi_geom_iter_equals_f90
void fv3jedi_geom_iter_equals_f90(const F90iter &, const F90iter &, int &)
fv3jedi::F90geom
int F90geom
Definition: interface.h:24
eckit
Definition: FieldsMetadata.h:25
fv3jedi::fv3jedi_geom_iter_delete_f90
void fv3jedi_geom_iter_delete_f90(F90iter &)
interface.h
fv3jedi::fv3jedi_geom_iter_next_f90
void fv3jedi_geom_iter_next_f90(const F90iter &)
fv3jedi::fv3jedi_geom_iter_setup_f90
void fv3jedi_geom_iter_setup_f90(F90iter &, const F90geom &, const int &, const int &)
fv3jedi::fv3jedi_geom_iter_clone_f90
void fv3jedi_geom_iter_clone_f90(F90iter &, const F90iter &)
fv3jedi
Configuration files should be formatted as e.g.
Definition: ErrorCovariance.cc:20
fv3jedi::fv3jedi_geom_iter_current_f90
void fv3jedi_geom_iter_current_f90(const F90iter &, double &, double &)