You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we build Magpie with FFTW I'd like to do some exploratory work to see how feasible a spectral solver (for phase field equations for example) would be. This would require structured orthogonal grid meshes and at first will be serial only. FFTW3 supports MPI parallelization, and I will work on this later. It will require a custom partitioner to partition the mesh according to the FFTW domain decomposition (which is a sliced domain in one direction - quite simply).
The text was updated successfully, but these errors were encountered:
Now that we build Magpie with FFTW I'd like to do some exploratory work to see how feasible a spectral solver (for phase field equations for example) would be. This would require structured orthogonal grid meshes and at first will be serial only. FFTW3 supports MPI parallelization, and I will work on this later. It will require a custom partitioner to partition the mesh according to the FFTW domain decomposition (which is a sliced domain in one direction - quite simply).
The text was updated successfully, but these errors were encountered: