OOPS
fft_f.h
Go to the documentation of this file.
1
/*
2
* (C) Copyright 2017-2018 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 QG_MODEL_FFT_F_H_
9
#define QG_MODEL_FFT_F_H_
10
11
namespace
qg
{
12
extern
"C"
{
13
void
fft_fwd_f
(
const
int
&,
const
double
*,
double
*);
14
void
fft_inv_f
(
const
int
&,
const
double
*,
double
*);
15
}
16
}
// namespace qg
17
18
#endif // QG_MODEL_FFT_F_H_
qg
The namespace for the qg model.
Definition:
qg/model/AnalyticInit.cc:13
qg::fft_fwd_f
void fft_fwd_f(const int &kk, const double *xx, double *ff)
Definition:
fft_f.cc:20
qg::fft_inv_f
void fft_inv_f(const int &kk, const double *ff, double *xx)
Definition:
fft_f.cc:38
fv3-bundle
oops
qg
model
fft_f.h
Generated on Sun Oct 25 2020 12:42:57 for OOPS by
1.8.18