-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide FFT implementation details (#4947)
Fixes #4945 Description of changes: - fully encapsulate the historic FFT implementation - electrostatics and magnetostatics now share the same FFT operations - FFT operations and mesh buffers are now better documented - all temporary mesh buffers are now private data members - provide a type-erased API for the FFT backend - the P3M algorithm no longer has visibility of the FFT library - new FFT libraries can be used in place of the historic FFT implementation - bugfixes: - the P3M algorithm no longer leaks memory when FFT plans are discarded - the FFT implementation now keeps the MPI environment alive until all FFT plans have been destroyed - avoids a race condition, since the FFT plan destructor need a MPI communicator
- Loading branch information
Showing
26 changed files
with
927 additions
and
641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.