@@ -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
0 commit comments