Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 3dcf8bd1 authored by kraus's avatar kraus
Browse files

Update for 'Disable Unquoted String Literals'

parent 6b6da2b1
No related branches found
No related tags found
No related merge requests found
...@@ -613,7 +613,7 @@ _Trilinos_ version 12.14.1. The corresponding paper is <<bib.amrsolver>>. ...@@ -613,7 +613,7 @@ _Trilinos_ version 12.14.1. The corresponding paper is <<bib.amrsolver>>.
[`PC` (piecewise constant), `TRILINEAR`, `LAGRANGE` (coarse-fine interface only)]. [`PC` (piecewise constant), `TRILINEAR`, `LAGRANGE` (coarse-fine interface only)].
Default: `PC` Default: `PC`
|`AMR_MG_NORM` |The norm of the convergence criterion [`L1, L2, LINF`]. Default: `LINF` |`AMR_MG_NORM` |The norm of the convergence criterion [`L1_NORM, L2_NORM, LINF_NORM`]. Default: `LINF_NORM`
|`AMR_MG_VERBOSE` |Boolean to enable/disable solver output. It writes an SDDS file. |`AMR_MG_VERBOSE` |Boolean to enable/disable solver output. It writes an SDDS file.
Default: `FALSE` Default: `FALSE`
......
...@@ -223,9 +223,9 @@ PARAMB:: ...@@ -223,9 +223,9 @@ PARAMB::
This argument is only available for `AUTO` mode multi-bunch run in _OPAL-cycl_. This argument is only available for `AUTO` mode multi-bunch run in _OPAL-cycl_.
+ +
MB_BINNING:: MB_BINNING::
Type of energy binning in multi-bunch mode: `GAMMA` or `BUNCH` (default: `GAMMA`). Type of energy binning in multi-bunch mode: `GAMMA_BINNING` or `BUNCH_BINNING` (default: `GAMMA_BINNING`).
When `BUNCH` binning, then all particles of a bunch are in the same energy bin. When `BUNCH_BINNING` binning, then all particles of a bunch are in the same energy bin.
When `GAMMA` binning, then the bin depends on the momentum of the particle. When `GAMMA_BINNING` binning, then the bin depends on the momentum of the particle.
Only available in _OPAL-cycl_. Only available in _OPAL-cycl_.
+ +
MB_ETA:: MB_ETA::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment