FV3 Bundle
fft_f.cc File Reference
#include "model/fft_f.h"
#include <unsupported/Eigen/FFT>
#include <cmath>
#include <vector>
#include "oops/util/Logger.h"
Include dependency graph for fft_f.cc:

Go to the source code of this file.

Namespaces

 qg
 The namespace for the qg model.
 

Functions

void qg::fft_fwd_f (const int &kk, const double *xx, double *ff)
 
void qg::fft_inv_f (const int &kk, const double *ff, double *xx)