12 #ifndef FFT_CONTAINER_H 13 #define FFT_CONTAINER_H 29 double getRsValue(
int x,
int y,
int z,
int cplex)
const;
30 void setRsValue(
int x,
int y,
int z,
int cplex,
double value);
31 double getKsValue(
int x,
int y,
int z,
int cplex)
const;
32 void setKsValue(
int x,
int y,
int z,
int cplex,
double value);
71 rspace = (fftw_complex*)fftw_malloc(
fullSize *
sizeof(fftw_complex));
72 kspace = (fftw_complex*)fftw_malloc(
fullSize *
sizeof(fftw_complex));
78 fftw_destroy_plan(
plan_);
double getL2NormRS() const
void setKsValue(int x, int y, int z, int cplex, double value)
double getKsValue(int x, int y, int z, int cplex) const
void fixKsNorm(double factor)
double getL2NormKS() const
double getRsValue(int x, int y, int z, int cplex) const
void fixRsNorm(double factor)
int getQboxIndex(int x, int y, int z) const
FftContainer(int nx, int ny, int nz)
void setRsValue(int x, int y, int z, int cplex, double value)
int getIndex(int x, int y, int z) const