Skip to content

Commit 2e9f320

Browse files
authored
Remove SWFFT, FFTW, and heFFTe tutorials and documentation (#141)
* remove SWFFT, FFTW, and heFFTe tutorials and documentation; they are superceded by amrex::FFT * fix broken figure
1 parent 51373e5 commit 2e9f320

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1
-3826
lines changed

Docs/source/FFTW_Tutorial.rst

Lines changed: 0 additions & 48 deletions
This file was deleted.

Docs/source/MUI_Tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ as I am aware, the code works for any AMReX grid structure. Details of how to bu
3434

3535
The figure below shows one possible grid structure of the 2D (red grid) and 3D (multicolored blocks) setup.
3636

37-
.. |a| image:: ./SWFFT/iface_rect.png
37+
.. |a| image:: ./figs/iface_rect.png
3838
:width: 60%
3939

4040
.. table::

Docs/source/SWFFT_Tutorial.rst

Lines changed: 0 additions & 86 deletions
This file was deleted.
File renamed without changes.

Docs/source/heFFTe_Tutorial.rst

Lines changed: 0 additions & 48 deletions
This file was deleted.

Docs/source/index.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ sorted by the following categories:
4646
and analysis tool.
4747
- :ref:`EB<tutorials_eb>` -- Examples of embedded boundaries.
4848
- :ref:`FFT<tutorials_fft>` -- Demonstration on how to use the amrex::FFT class for forward/inverse FFT and data manipulation
49-
- :ref:`FFTW<tutorials_fftw>` -- FFTW and cuFFT single-rank tutorials.
5049
- :ref:`ForkJoin<tutorials_forkjoin>` -- Parallel execution and subgrouping of MPI ranks.
5150
- :ref:`GPU<tutorials_gpu>` -- Offload work to the GPUs using AMReX tools.
52-
- :ref:`heFFTe<tutorials_heffte>` -- heFFTe distributed tutorials.
5351
- :ref:`Linear Solvers<tutorials_linearsolvers>` -- Examples of several linear solvers.
5452
- :ref:`ML/PYTORCH<tutorials_ml>` -- Use of pytorch models to replace point-wise computational kernels.
5553
- :ref:`MPMD<tutorials_mpmd>` -- Usage of AMReX-MPMD (Multiple Program Multiple Data) framework.
@@ -60,8 +58,6 @@ sorted by the following categories:
6058
to solve a scalar advection-diffusion-reaction equation.
6159
- :ref:`SENSEI<tutorials_sensei>` -- In situ data analysis and visualization through a unified interface.
6260
- :ref:`SUNDIALS<tutorials_sundials>` -- Time integration with SUNDIALS backend and native AMReX types.
63-
- :ref:`SWFFT<tutorials_swfft>` -- Demonstrates how to call the SWFFT wrapper to the FFTW3 (A distributed memory
64-
implementation of the discrete Fourier transform) solver.
6561

6662

6763
.. toctree::
@@ -72,10 +68,8 @@ sorted by the following categories:
7268
Blueprint_Tutorial
7369
EB_Tutorial
7470
FFT_Tutorial
75-
FFTW_Tutorial
7671
ForkJoin_Tutorial
7772
GPU_Tutorial
78-
heFFTe_Tutorial
7973
LinearSolvers_Tutorial
8074
ML_Tutorial
8175
MPMD_Tutorials
@@ -85,7 +79,6 @@ sorted by the following categories:
8579
SDC_Tutorial
8680
SENSEI_Tutorial
8781
SUNDIALS_Tutorial
88-
SWFFT_Tutorial
8982

9083

9184
.. _`AMR`: AMR_Tutorial.html
@@ -98,14 +91,10 @@ sorted by the following categories:
9891

9992
.. _`FFT`: FFT_Tutorial.html
10093

101-
.. _`FFTW`: FFTW_Tutorial.html
102-
10394
.. _`ForkJoin`: ForkJoin_Tutorial.html
10495

10596
.. _`GPU`: GPU_Tutorial.html
10697

107-
.. _`heFFTe`: heFFTe_Tutorial.html
108-
10998
.. _`Linear Solvers`: LinearSolvers_Tutorial.html
11099

111100
.. _`MPMD`: MPMD_Tutorials.html
@@ -120,7 +109,6 @@ sorted by the following categories:
120109

121110
.. _`SENSEI`: SENSEI_Tutorial.html
122111

123-
.. _`SWFFT`: SWFFT_Tutorial.html
124112

125113

126114

ExampleCodes/FFTW/Basic/GNUmakefile

Lines changed: 0 additions & 22 deletions
This file was deleted.

ExampleCodes/FFTW/Basic/Make.package

Lines changed: 0 additions & 3 deletions
This file was deleted.

ExampleCodes/FFTW/Basic/inputs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)