SOCA
BalanceFortran.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2019-2021 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 SOCA_TRANSFORMS_BALANCE_BALANCEFORTRAN_H_
9 #define SOCA_TRANSFORMS_BALANCE_BALANCEFORTRAN_H_
10 
11 #include "soca/Fortran.h"
12 
13 // Forward declarations
14 namespace eckit {
15  class Configuration;
16 }
17 
18 namespace soca {
19 
20  extern "C" {
22  const eckit::Configuration * const *,
23  const F90flds &,
24  const F90geom &);
27  F90balopmat &);
29  F90balopmat &);
31  F90balopmat &);
33  F90balopmat &);
34  }
35 } // namespace soca
36 #endif // SOCA_TRANSFORMS_BALANCE_BALANCEFORTRAN_H_
int F90geom
key type for soca_geom_mod::soca_geom
Definition: Fortran.h:14
void soca_balance_delete_f90(F90balopmat &)
int F90balopmat
key type for the various Fortran Transform classes.
Definition: Fortran.h:39
void soca_balance_multad_f90(const F90balopmat &, const F90balopmat &, F90balopmat &)
void soca_balance_multinv_f90(const F90balopmat &, const F90balopmat &, F90balopmat &)
void soca_balance_multinvad_f90(const F90balopmat &, const F90balopmat &, F90balopmat &)
int F90flds
key type for soca_fields_mod::soca_fields
Definition: Fortran.h:26
void soca_balance_mult_f90(const F90balopmat &, const F90balopmat &, F90balopmat &)
void soca_balance_setup_f90(F90balopmat &, const eckit::Configuration *const *, const F90flds &, const F90geom &)