Skip to content
Snippets Groups Projects

[doc] Add link to parameter list in the doc page on runtime parameters

Merged Timo Koch requested to merge feature/doc-runtime-parameterlist into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
@@ -175,3 +175,14 @@ Parameters are parsed into the parameter tree in the following precedence:
2. Input file arguments overwrite
3. User-default arguments overwrite
4. Global defaults
## Parameter list
We curate a list of available pre-defined parameters here: @ref parameterlist.txt.
Note that not all listed parameters will be available in all types of simulations. For example, naturally, the Newton
solver can only be configured (via parameters in the group `[Newton]`) for
simulations that actually use a Newton solver. Model-specific parameters are only
read and used when the corresponding model is in use.
Loading