Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two FFT Tutorials #99

Merged
merged 76 commits into from
Aug 3, 2023
Merged

Two FFT Tutorials #99

merged 76 commits into from
Aug 3, 2023

Conversation

ajnonaka
Copy link
Contributor

@ajnonaka ajnonaka commented Aug 2, 2023

Two tutorials showing how to use fftw or cufft. The first tutorial takes an FFT of the dataset and writes to a plotfile. The second tutorial solves the Poisson equation using a spectral approach. The tutorials are "serial" in that the FFT is performed on a single-grid multifab on either one core or one GPU. Parallelization is future work. Thanks to @jclepelch for doing the heavy lifting for this PR.

Julian Lepelch and others added 27 commits June 27, 2023 13:48
…isson solver that works with different grid size, domain size, and in 2 and 3d.
@WeiqunZhang WeiqunZhang merged commit 7fa647d into AMReX-Codes:main Aug 3, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants