![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Structure to hold the layout of FFT data. More...
#include <fft.hpp>

Public Attributes | |
| const Decomposition | m_decomposition |
| The Decomposition object. | |
| const int | m_r2c_direction = 0 |
| Real-to-complex symmetry direction. | |
| const std::vector< heffte::box3d< int > > | m_real_boxes |
| Real boxes for FFT. | |
| const std::vector< heffte::box3d< int > > | m_complex_boxes |
| Complex boxes for FFT. | |
Structure to hold the layout of FFT data.
This structure contains the decomposition object, the direction of real-to-complex symmetry, and the boxes for real and complex FFT data.