Skip to content
Snippets Groups Projects
Commit fb4f89b0 authored by Martin Schneider's avatar Martin Schneider
Browse files

Merge branch 'feature/doc-runtime-parameterlist' into 'master'

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

See merge request !3836
parents 3cc8ff98 df6c840c
No related branches found
No related tags found
1 merge request!3836[doc] Add link to parameter list in the doc page on runtime parameters
Checking pipeline status
...@@ -175,3 +175,14 @@ Parameters are parsed into the parameter tree in the following precedence: ...@@ -175,3 +175,14 @@ Parameters are parsed into the parameter tree in the following precedence:
2. Input file arguments overwrite 2. Input file arguments overwrite
3. User-default arguments overwrite 3. User-default arguments overwrite
4. Global defaults 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.
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