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

Luc Maisonobe resolved MATH-960.
--------------------------------

    Resolution: Fixed

Fixed in subversion repository as of r1463680.
                
> ODE integrator do not handle some additional equations properly
> ---------------------------------------------------------------
>
>                 Key: MATH-960
>                 URL: https://issues.apache.org/jira/browse/MATH-960
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.1.1
>            Reporter: Luc Maisonobe
>            Assignee: Luc Maisonobe
>             Fix For: 3.2
>
>
> Differential equations may be split as a primary equation and several 
> secondary equations. In some cases, the secondary equations may have an 
> effect on he primary derivatives. This can be handled using the method 
> computeDerivatives(double t, double[] primary, double[] primaryDot, double[] 
> secondary, double[] secondaryDot) from the SecondaryEquations interface.
> However, when the secondary equations updateds the primaryDot array using 
> this method, the update is ignored.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to