File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Section: MLMG options
9
9
solver documentation
10
10
<https://amrex-codes.github.io/amrex/docs_html/LinearSolvers_Chapter.html> `_
11
11
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> `_
13
13
14
14
15
15
This section specifies the Multi-Level Multi-Grid (MLMG) options for each type
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Section: AMReX and AMR
7
7
8
8
The user is encouraged to refer to the full list of `AMReX runtime
9
9
parameters
10
- <https://amrex-codes.github.io/amrex/docs_html/RuntimeParameters.html>_ `
10
+ <https://amrex-codes.github.io/amrex/docs_html/RuntimeParameters.html> `_
11
11
for more advanced usage. Another section of particular interest is
12
12
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> `_ .
14
14
15
15
This section contains some of the common input parameters used by the
16
16
core AMReX mesh data structure ``AmrCore `` to determine the base mesh
@@ -25,11 +25,9 @@ specified through :ref:`inputs_tagging`.
25
25
26
26
.. input_param :: amr.max_level
27
27
28
- **type: ** Integer, optional, default: 0
28
+ **type: ** Integer, mandatory
29
29
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.
33
31
34
32
.. input_param :: amr.max_grid_size
35
33
You can’t perform that action at this time.
0 commit comments