![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Adapter functions for HeFFTe library integration. More...


Go to the source code of this file.
Functions | |
| heffte::box3d< int > | pfc::to_heffte_box (const World &world) |
| Converts a World object to heffte::box3d<int>. | |
Adapter functions for HeFFTe library integration.
This header provides conversion functions between OpenPFC types and HeFFTe library types, enabling seamless integration with the HeFFTe distributed FFT backend.
Key adapters:
HeFFTe is used as the FFT backend for spectral methods in OpenPFC, providing efficient distributed-memory parallel FFT operations.
Converts a World object to heffte::box3d<int>.
This function allows explicit conversion of a World object to heffte::box3d<int>. The resulting box represents the entire world domain.
| world | The World object to convert. |

