Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser 345b78c723 parameter system: major overhaul
"runtime" parameters are gone now, as are groups. both where flawed
concepts: parameters can be overwritten at runtime by definition, and
a parameter that has no compile-time fallback just degrades
performance and is a hassle to deal with because it has to be
specified in a parameter file. The other killed feature, parameter
groups, just made it harder to figure out what the correct command
line argument was to change the parameter (was it
--linear.solver-tolerance, --linear-solver.tolerance or
--linear-solver-tolerance?) and did not provide much value otherwise.

as a consequence all parameters now have compile-time defaults which
allows us to remove the auto-loading of a parameter file at
startup. (These files became quite obnoxious in eWoms when problems
declared their independence from models.)

Finally all parameters must now be registered before they can be used
which allows to properly include them in the usage message.
2012-09-24 17:45:16 +02:00
bin update reference solutions 2012-07-12 21:25:17 +02:00
doc some fixes to the coupled tutorial 2012-09-11 14:57:25 +02:00
examples parameter system: major overhaul 2012-09-24 17:45:16 +02:00
tests update reference solutions 2012-07-12 21:25:17 +02:00