version 4.2 authored by Udo Ziegler's avatar Udo Ziegler
......@@ -348,7 +348,7 @@ possible values or a numeric range.
`_C.imr` cannot be larger than the macro `MAXLEVEL` defined in
the header file `nirvanaUser.h`.
- `_C.amr` ($\le$`MAXLEVEL`): allowed maximum mesh refinement
- `_C.amr` ($\le$i `MAXLEVEL`): allowed maximum mesh refinement
level in a AMR simulations. `_C.amr` cannot be larger than the
macro `MAXLEVEL` defined in the header file `nirvanaUser.h`.
......@@ -404,7 +404,7 @@ possible values or a numeric range.
- `05` (`_C.amr_Jeans`, `_C.amr_exp`, `_C.amr_Field`)
- `_C.amr_Jeans` (typical value: $0.2$): threshold in the
- `_C.amr_Jeans` (typical value: 0.2): threshold in the
Jeans-length-based mesh refinement criterion (cf.
[AMR](3.1-Code-basics#adaptive-mesh-refinement)). The value `_C.amr_Jeans`
defines the fraction of local Jeans length to be resolved by one
......@@ -415,9 +415,7 @@ possible values or a numeric range.
Jeans-length-based mesh refinement criterion allowing a
systematic reduction of the Jeans threshold with increasing
refinement level $l$ according to the expression
`_C.amr_Jeans`$-l*$`_C.amr_dJeans`,
`_C.amr_Jeans` $-l*$ `_C.amr_dJeans`
i.e., the local
Jeans length becomes gradually higher resolved with increasing
$l$. `_C.amr_dJeans` must be positiv.
......@@ -427,7 +425,7 @@ possible values or a numeric range.
negative at some refinement level. Otherwise it will trigger
mesh refinement up to the maximum refinement level set by `_C.amr`.
- `_C.amr_Field` (typical value: $0.2$): threshold in the
- `_C.amr_Field` (typical value: 0.2): threshold in the
Field-length-based mesh refinement criterion (cf.
[AMR](3.1-Code-basics#adaptive-mesh-refinement)). The value `_C.amr_Field`
defines the fraction of the local Field length to be resolved by
......
......