Skip to content

Commit

Permalink
fix tables
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Nov 14, 2023
1 parent 50a90ed commit bcfc49a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@ listed in :numref:`Table.3D_advection_reaction_options`.
| ``--npxyz <int> <int> <int>`` | Number of MPI tasks in each | 0 0 0 |
| | direction (0 forces MPI to decide) | |
+-------------------------------+------------------------------------+---------------+
| ``--xmax <sunrealtype>`` | Maximum value of :math:`x`, | 1.0 |
| ``--xmax <sunrealtype>`` | Maximum value of :math:`x`, | 1.0 |
| | :math:`y`, and :math:`z` in | |
| | :math:`\textbf{x}_{\text{max}}` | |
+-------------------------------+------------------------------------+---------------+
| ``--A <sunrealtype>`` | Constant concentration of species | 1.0 |
| ``--A <sunrealtype>`` | Constant concentration of species | 1.0 |
| | :math:`A` | |
+-------------------------------+------------------------------------+---------------+
| ``--B <sunrealtype>`` | Constant concentration of species | 3.5 |
| ``--B <sunrealtype>`` | Constant concentration of species | 3.5 |
| | :math:`B` | |
+-------------------------------+------------------------------------+---------------+
| ``--c <sunrealtype>`` | Advection speed :math:`c` | 0.01 |
| ``--c <sunrealtype>`` | Advection speed :math:`c` | 0.01 |
+-------------------------------+------------------------------------+---------------+
| ``--order <int>`` | Integration method order | 3 |
+-------------------------------+------------------------------------+---------------+
Expand All @@ -132,11 +132,11 @@ listed in :numref:`Table.3D_advection_reaction_options`.
+-------------------------------+------------------------------------+---------------+
| ``--fused`` | Enabled fused operations | Off |
+-------------------------------+------------------------------------+---------------+
| ``--tf <sunrealtype>`` | Final integration time :math:`t_f` | 10.0 |
| ``--tf <sunrealtype>`` | Final integration time :math:`t_f` | 10.0 |
+-------------------------------+------------------------------------+---------------+
| ``--rtol <sunrealtype>`` | Relative tolerance | 1.0e-6 |
| ``--rtol <sunrealtype>`` | Relative tolerance | 1.0e-6 |
+-------------------------------+------------------------------------+---------------+
| ``--atol <sunrealtype>`` | Absolute tolerance | 1.0e-9 |
| ``--atol <sunrealtype>`` | Absolute tolerance | 1.0e-9 |
+-------------------------------+------------------------------------+---------------+


Expand Down
16 changes: 8 additions & 8 deletions doc/superbuild/source/developers/benchmarks/diffusion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,19 @@ listed in :numref:`Benchmarks.Table.2D_diffusion_options`.
| ``--ny <int>`` | Number of mesh points in the | 32 |
| | y-direction | |
+-------------------------------+--------------------------------------+---------------+
| ``--xu <sunrealtype>`` | The domain upper bound in the | 1.0 |
| ``--xu <sunrealtype>`` | The domain upper bound in the | 1.0 |
| | x-direction (:math:`x_\text{max}`) | |
+-------------------------------+--------------------------------------+---------------+
| ``--yu <sunrealtype>`` | The domain upper bound in the | 1.0 |
| ``--yu <sunrealtype>`` | The domain upper bound in the | 1.0 |
| | y-direction :math:`y_\text{max}` | |
+-------------------------------+--------------------------------------+---------------+
| ``--kx <sunrealtype>`` | Diffusion coefficient in the | 1.0 |
| ``--kx <sunrealtype>`` | Diffusion coefficient in the | 1.0 |
| | x-direction :math:`k_x` | |
+-------------------------------+--------------------------------------+---------------+
| ``--ky <sunrealtype>`` | Diffusion coefficient in the | 1.0 |
| ``--ky <sunrealtype>`` | Diffusion coefficient in the | 1.0 |
| | y-direction :math:`k_y` | |
+-------------------------------+--------------------------------------+---------------+
| ``--tf <sunrealtype>`` | The final time :math:`t_f` | 1.0 |
| ``--tf <sunrealtype>`` | The final time :math:`t_f` | 1.0 |
+-------------------------------+--------------------------------------+---------------+
| ``--noforcing`` | Disable the forcing term | Enabled |
+-------------------------------+--------------------------------------+---------------+
Expand All @@ -135,9 +135,9 @@ listed in :numref:`Benchmarks.Table.2D_diffusion_options`.
+-------------------------------+--------------------------------------+---------------+
| Common Integrator and Solver Options |
+-------------------------------+--------------------------------------+---------------+
| ``--rtol <sunrealtype>`` | Relative tolerance | 1e-5 |
| ``--rtol <sunrealtype>`` | Relative tolerance | 1e-5 |
+-------------------------------+--------------------------------------+---------------+
| ``--atol <sunrealtype>`` | Absolute tolerance | 1e-10 |
| ``--atol <sunrealtype>`` | Absolute tolerance | 1e-10 |
+-------------------------------+--------------------------------------+---------------+
| ``--maxsteps <int>`` | Max number of steps between outputs | 0 |
| | (0 uses the integrator default) | |
Expand All @@ -151,7 +151,7 @@ listed in :numref:`Benchmarks.Table.2D_diffusion_options`.
+-------------------------------+--------------------------------------+---------------+
| ``--liniters <int>`` | Number of linear iterations | 20 |
+-------------------------------+--------------------------------------+---------------+
| ``--epslin <sunrealtype>`` | Linear solve tolerance factor | 0 |
| ``--epslin <sunrealtype>`` | Linear solve tolerance factor | 0 |
| | (0 uses the integrator default) | |
+-------------------------------+--------------------------------------+---------------+
| ``--msbp <int>`` | The linear solver setup frequency | 0 |
Expand Down

0 comments on commit bcfc49a

Please sign in to comment.