diff --git a/Docs/sphinx_documentation/source/BuildingAMReX.rst b/Docs/sphinx_documentation/source/BuildingAMReX.rst index 064d11e740..831346765b 100644 --- a/Docs/sphinx_documentation/source/BuildingAMReX.rst +++ b/Docs/sphinx_documentation/source/BuildingAMReX.rst @@ -475,6 +475,8 @@ The list of available options is reported in the :ref:`table ` bel +------------------------------+-------------------------------------------------+-------------------------+-----------------------+ | AMReX_EB | Build Embedded Boundary support | NO | YES, NO | +------------------------------+-------------------------------------------------+-------------------------+-----------------------+ + | AMReX_FFT | Build FFT support | NO | YES, NO | + +------------------------------+-------------------------------------------------+-------------------------+-----------------------+ | AMReX_PARTICLES | Build particle classes | YES | YES, NO | +------------------------------+-------------------------------------------------+-------------------------+-----------------------+ | AMReX_PARTICLES_PRECISION | Set reals precision in particle classes | Same as AMReX_PRECISION | DOUBLE, SINGLE | @@ -697,6 +699,8 @@ A list of AMReX component names and related configure options are shown in the t +------------------------------+-----------------+ | AMReX_EB | EB | +------------------------------+-----------------+ + | AMReX_FFT | FFT | + +------------------------------+-----------------+ | AMReX_PARTICLES | PARTICLES | +------------------------------+-----------------+ | AMReX_PARTICLES_PRECISION | PDOUBLE, PSINGLE|