Skip to content
Snippets Groups Projects
Commit 127ffb0d authored by Andreas Lauser's avatar Andreas Lauser
Browse files

parameters: make it possible to group them

as a test, the parameters for the newton controller are now specified
within the [Newton] group. e.g. instead of

NewtonWriteConvergence = true

you have to now specify

[Newton]
WriteConvergence = true

in your INI file. the GET_PARAM macro then reads

GET_PARAM(TypeTag, bool, WriteConvergence, Newton)

instead of

GET_PARAM(TypeTag, bool, NewtonWriteConvergence)

In both cases the compile time default value is retrieved from the
NewtonWriteConvergence property.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6477 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 9713944d
No related branches found
No related tags found
No related merge requests found
Loading
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