Skip to content

Commit 11a7ecf

Browse files
committed
Minor edits
1 parent 0e1af39 commit 11a7ecf

File tree

1 file changed

+6
-6
lines changed
  • Docs/sphinx_documentation/source

1 file changed

+6
-6
lines changed

Docs/sphinx_documentation/source/FFT.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2222
use 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

3131
Below are examples of using :cpp:`FFT:R2C`.
3232

0 commit comments

Comments
 (0)