OpenPFC  0.1.4
Phase Field Crystal simulation framework
Loading...
Searching...
No Matches
pfc::fft::layout::FFTLayout Struct Reference

Structure to hold the layout of FFT data. More...

#include <fft.hpp>

Collaboration diagram for pfc::fft::layout::FFTLayout:

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.
 

Detailed Description

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.


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