From: Eric F. <efe...@ph...> - 2008-10-20 13:41:44
|
Dear Eva, I am coming back to you. I have checked the options you need to activate to enable the event evaluation during an integration. You must use: - cvodeSettings_setHaltOnEvent(cvodeSettings_t *set, int i) -> i=0 (default is 1) to continue after an event, otherwise it halts, which is the default! - cvodeSettings_setResetCvodeOnEvent(cvodeSettings_t *set, int i) -> i=1 recommended, free and restart integrator after an event. Hope this helps, Eric ________________________________ From: Eva Sciacca [mailto:sc...@mi...] Sent: 17 October 2008 20:37 To: sbm...@li... Subject: [SOSlib-discuss] Problem on simulating models with triggers andevents[Scanned] Dear all, While I was trying to do some testing using SOSlib I had this errors on running one model from BioModels DataBase. Warning 10001 The model contains events. The SBML_odeSolver implementation of events is not fully SBML conformant. Results will depend on the simulation duration and the number of output steps. Error 20001 Event Trigger 1 (leq(UbE, 0.1)) fired at time 16. Aborting simulation. So, the current version 1.6.0 does not support the triggers? What about the newer version? Are you going to solve this problem? When it will be available??? Eva. |