File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Docs/sphinx_documentation/source Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ data containers (e.g., :cpp:`MultiFab` and
2121:cpp: `FabArray<BaseFab<ComplexData<Real>>> `. For local FFT, the users can
2222use FFTW, cuFFT, rocFFT, or oneMKL directly.
2323
24- The scaling follows the FFTW convention, where applying the forward
25- transform followed by the backward transform scales the original data by the
26- size of the input array. The layout of the complex data also follows the
27- FFTW convention, where the complex Hermitian output array has
28- `(nx/2+1,ny,nz) ` elements. Here `nx `, `ny ` and `nz ` are the sizes of the
29- real array and the division is rounded down.
24+ Other than using column-majored order, AMReX follows the convention of
25+ FFTW. Applying the forward transform followed by the backward transform
26+ scales the original data by the size of the input array. The layout of the
27+ complex data also follows the FFTW convention, where the complex Hermitian
28+ output array has `(nx/2+1,ny,nz) ` elements. Here `nx `, `ny ` and `nz ` are the
29+ sizes of the real array and the division is rounded down.
3030
3131Below are examples of using :cpp: `FFT:R2C `.
3232
You can’t perform that action at this time.
0 commit comments