@@ -45,10 +45,8 @@ sorted by the following categories:
4545 Conduit Mesh Blueprint for use with the ALPINE Ascent in situ visualization
4646 and analysis tool.
4747- :ref: `EB<tutorials_eb> ` -- Examples of embedded boundaries.
48- - :ref: `FFTW<tutorials_fftw> ` -- FFTW and cuFFT single-rank tutorials.
4948- :ref: `ForkJoin<tutorials_forkjoin> ` -- Parallel execution and subgrouping of MPI ranks.
5049- :ref: `GPU<tutorials_gpu> ` -- Offload work to the GPUs using AMReX tools.
51- - :ref: `heFFTe<tutorials_heffte> ` -- heFFTe distributed tutorials.
5250- :ref: `Linear Solvers<tutorials_linearsolvers> ` -- Examples of several linear solvers.
5351- :ref: `ML/PYTORCH<tutorials_ml> ` -- Use of pytorch models to replace point-wise computational kernels.
5452- :ref: `MPMD<tutorials_mpmd> ` -- Usage of AMReX-MPMD (Multiple Program Multiple Data) framework.
@@ -59,8 +57,6 @@ sorted by the following categories:
5957 to solve a scalar advection-diffusion-reaction equation.
6058- :ref: `SENSEI<tutorials_sensei> ` -- In situ data analysis and visualization through a unified interface.
6159- :ref: `SUNDIALS<tutorials_sundials> ` -- Time integration with SUNDIALS backend and native AMReX types.
62- - :ref: `SWFFT<tutorials_swfft> ` -- Demonstrates how to call the SWFFT wrapper to the FFTW3 (A distributed memory
63- implementation of the discrete Fourier transform) solver.
6460
6561
6662.. toctree ::
@@ -70,10 +66,8 @@ sorted by the following categories:
7066 Basic_Tutorial
7167 Blueprint_Tutorial
7268 EB_Tutorial
73- FFTW_Tutorial
7469 ForkJoin_Tutorial
7570 GPU_Tutorial
76- heFFTe_Tutorial
7771 LinearSolvers_Tutorial
7872 ML_Tutorial
7973 MPMD_Tutorials
@@ -83,7 +77,6 @@ sorted by the following categories:
8377 SDC_Tutorial
8478 SENSEI_Tutorial
8579 SUNDIALS_Tutorial
86- SWFFT_Tutorial
8780
8881
8982.. _`AMR` : AMR_Tutorial.html
@@ -94,14 +87,10 @@ sorted by the following categories:
9487
9588.. _`EB` : EB_Tutorial.html
9689
97- .. _`FFTW` : FFTW_Tutorial.html
98-
9990.. _`ForkJoin` : ForkJoin_Tutorial.html
10091
10192.. _`GPU` : GPU_Tutorial.html
10293
103- .. _`heFFTe` : heFFTe_Tutorial.html
104-
10594.. _`Linear Solvers` : LinearSolvers_Tutorial.html
10695
10796.. _`MPMD` : MPMD_Tutorials.html
@@ -116,7 +105,6 @@ sorted by the following categories:
116105
117106.. _`SENSEI` : SENSEI_Tutorial.html
118107
119- .. _`SWFFT` : SWFFT_Tutorial.html
120108
121109
122110
0 commit comments