Bad interaction between step handlers and events detectors that reset state in 
ODE integrators
----------------------------------------------------------------------------------------------

                 Key: MATH-706
                 URL: https://issues.apache.org/jira/browse/MATH-706
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Luc Maisonobe
            Assignee: Luc Maisonobe
             Fix For: 3.0


During ODE integration, when en event detector attempts to reset a state, if 
there are also step handlers
associated with the integrator, the reset state is not called with the state at 
event time, but may be called with some other state. The time provided always 
correspond to the real event time (and hence is inconsistent with the state).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to