version 4.2 authored by Udo Ziegler's avatar Udo Ziegler
...@@ -1833,7 +1833,7 @@ control value `level` for that domain: ...@@ -1833,7 +1833,7 @@ control value `level` for that domain:
- `level`>0: forces step-by-step mesh refinement on that - `level`>0: forces step-by-step mesh refinement on that
domain up to level `level` subject to the constraint domain up to level `level` subject to the constraint
`level}<=`_C.amr` where parameter `_C.amr` is the `level`<=`_C.amr` where parameter `_C.amr` is the
maximum allowed mesh refinement level as specified in file maximum allowed mesh refinement level as specified in file
`nirvana.par` below category MESH REFINEMENT. `nirvana.par` below category MESH REFINEMENT.
...@@ -2146,10 +2146,9 @@ values (given in brackets). ...@@ -2146,10 +2146,9 @@ values (given in brackets).
- `MG_BASE_CHEB_ACC` ({YES,NO}): option to enable Chebyshev - `MG_BASE_CHEB_ACC` ({YES,NO}): option to enable Chebyshev
acceleration in the acceleration in the
- `MG_MAX_ANISO_X` (<=1): allowed y,z-to-x anisotropy - `MG_MAX_ANISO_X` (>=1): allowed y,z-to-x anisotropy
- `MG_MAX_ANISO_Y` (<=1): allowed z-to-y anisotropy base level - `MG_MAX_ANISO_Y` (>=1): allowed z-to-y anisotropy
solver
- RKL SCHEME - RKL SCHEME
... ...
......