Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-960

ODE integrator do not handle some additional equations properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.1
    • 3.2
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            luc Luc Maisonobe
            luc Luc Maisonobe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: