From: Rainer M. <ra...@tb...> - 2007-01-25 12:36:31
|
Thorsten Lenser wrote: > Unfortunately, steady state > detection is quite provisional in the odeSolver, especially since one cannot > specify the threshold at which a steady state is reached. This one was easy and I just commited the new option to CVS. From a C program: CvodeSettings_setSteadyStateTreshold(set, 1e-6); Command-line: odeSolver model.xml --time 1e4 -s --threshold 1e-6 Note that the threshold is used to compare with the current mean value + standard deviation of all ODEs, between all "printsteps". Rainer |