-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For level 0 MAC projection with all periodic boundaries or periodic in the first two dimensions and Neumann in the last dimension, there is now the option of using FFT. To compile with FFT support, use `USE_FFT=TRUE` for GNU Make and `HYDRO_FFT=ON` (which will turn on AMReX_FFT) for CMake. At runtime, one needs to specify `mac_proj.use_fft = 1`. If the conditions for FFT support are not satisfied, a runtime error may occur. So don't set `mac_proj.use_fft=1` unless FFT is supported for the problem. Note that the current implementation is still experimental.
- Loading branch information
1 parent
3ab9864
commit 9fd7cc8
Showing
3 changed files
with
65 additions
and
1 deletion.
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