[ 
https://issues.apache.org/jira/browse/MATH-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luc Maisonobe resolved MATH-714.
--------------------------------

    Resolution: Fixed

Fixed in subversion repository as of r1207054.
                
> init methods for event handler and stap handler in ODE
> ------------------------------------------------------
>
>                 Key: MATH-714
>                 URL: https://issues.apache.org/jira/browse/MATH-714
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Luc Maisonobe
>            Assignee: Luc Maisonobe
>            Priority: Minor
>             Fix For: 3.0
>
>
> The EventHandler interface does not provide any way to initialize the step 
> handler at integration start.
> The StepHandler interface does have this feature, but it uses a confusing 
> name (reset) which can easily be confused with the resetState method of the 
> EventHandler interface despite it has nothing to do with events based resets.
> Both interfaces being often used together, it would be nice to have an init 
> method in both interfaces, with arguments t0, y0 and t representing the 
> integration boundaries. The init method would simply replace the reset method 
> in the StepHandler interface and it would be a new method in the EventHandler 
> interface.

--
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