From: Rainer M. <ra...@tb...> - 2007-01-30 15:21:45
|
Hi, to adapt function naming, the function CvodeSettings_setSteadyState has been renamed to CvodeSettings_setHaltOnSteadyState Also the function IntegratorInstance_checkSteadyState will NOT issue a warning message upon detection anymore (only if called iternally with above option set to true, i.e. when the integrator will stop upon detection). Thus this function can be called by any application to check for steady state during integration. The threshold for steady state detection can be set via CvodeSettings_setSteadyStateThreshold since recently upon user request. Rainer |