Skip to content

Commit f84ed57

Browse files
authored
Update max_level documentation (#1698)
1 parent 79bb29a commit f84ed57

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/sphinx/user/inputs_MLMG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Section: MLMG options
99
solver documentation
1010
<https://amrex-codes.github.io/amrex/docs_html/LinearSolvers_Chapter.html>`_
1111
and other `AMReX runtime parameters
12-
<https://amrex-codes.github.io/amrex/docs_html/RuntimeParameters.html>_`
12+
<https://amrex-codes.github.io/amrex/docs_html/RuntimeParameters.html>`_
1313

1414

1515
This section specifies the Multi-Level Multi-Grid (MLMG) options for each type

docs/sphinx/user/inputs_amr.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Section: AMReX and AMR
77

88
The user is encouraged to refer to the full list of `AMReX runtime
99
parameters
10-
<https://amrex-codes.github.io/amrex/docs_html/RuntimeParameters.html>_`
10+
<https://amrex-codes.github.io/amrex/docs_html/RuntimeParameters.html>`_
1111
for more advanced usage. Another section of particular interest is
1212
the `description of AMReX grid creation
13-
<https://amrex-codes.github.io/amrex/docs_html/GridCreation.html#sec-grid-creation>_`.
13+
<https://amrex-codes.github.io/amrex/docs_html/GridCreation.html#sec-grid-creation>`_.
1414

1515
This section contains some of the common input parameters used by the
1616
core AMReX mesh data structure ``AmrCore`` to determine the base mesh
@@ -25,11 +25,9 @@ specified through :ref:`inputs_tagging`.
2525

2626
.. input_param:: amr.max_level
2727

28-
**type:** Integer, optional, default: 0
28+
**type:** Integer, mandatory
2929

30-
The maximum AMR level in the refinement hierarchy. Default value is ``0``
31-
indicating a single mesh level with uniform resolution in the three
32-
directions.
30+
The maximum AMR level in the refinement hierarchy.
3331

3432
.. input_param:: amr.max_grid_size
3533

0 commit comments

Comments
 (0)