MPAS-JEDI
LinVarChaC2A.interface.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017-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 #pragma once
9 
10 #include "mpasjedi/Fortran.h"
11 
12 namespace mpas {
13  typedef int F90lvc_C2A;
14  extern "C" {
16  const F90state &, const eckit::Configuration &,
17  const oops::Variables &);
20  const F90inc &);
22  const F90inc &, const F90inc &);
24  const F90inc &, const F90inc &);
26  const F90inc &, const F90inc &);
27  } // extern "C"
28 } // namespace mpas
void mpasjedi_linvarcha_c2a_multiply_f90(const F90lvc_C2A &, const F90geom &, const F90inc &, const F90inc &)
int F90state
Definition: Fortran.h:42
void mpasjedi_linvarcha_c2a_multiplyadjoint_f90(const F90lvc_C2A &, const F90geom &, const F90inc &, const F90inc &)
void mpasjedi_linvarcha_c2a_create_f90(const F90lvc_C2A &, const F90geom &, const F90state &, const F90state &, const eckit::Configuration &, const oops::Variables &)
void mpasjedi_linvarcha_c2a_multiplyinverse_f90(const F90lvc_C2A &, const F90geom &, const F90inc &, const F90inc &)
void mpasjedi_linvarcha_c2a_delete_f90(F90lvc_C2A &)
void mpasjedi_linvarcha_c2a_multiplyinverseadjoint_f90(const F90lvc_C2A &, const F90geom &, const F90inc &, const F90inc &)
int F90geom
Definition: Fortran.h:32
int F90inc
Definition: Fortran.h:44