Highly Efficient FFT for Exascale: HeFFTe v2.3
heffte_fft_plan Struct Reference

Generic wrapper around some fft3d/fft3d_r2c instance, use heffte_plan instead of this. More...

#include <heffte_c_defines.h>

Public Attributes

int backend_type
 Remembers the type of the backend.
 
int using_r2c
 If 0 then using heffte::fft3d, otherwise using heffte::fft3d_r2c.
 
void * fft
 Wrapper around an object of type heffte::fft3d or heffte::fft3d_r2c.
 

Detailed Description

Generic wrapper around some fft3d/fft3d_r2c instance, use heffte_plan instead of this.

Do not directly modify the entries of the struct, use the create and destroy methods.


The documentation for this struct was generated from the following file: