[jira] Created: (MATH-214) fixed step Runge-Kutta integrators slightly change step size

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (MATH-214) fixed step Runge-Kutta integrators slightly change step size

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

fixed step Runge-Kutta integrators slightly change step size
------------------------------------------------------------

                 Key: MATH-214
                 URL: https://issues.apache.org/jira/browse/MATH-214
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: all
            Reporter: Luc Maisonobe
            Assignee: Luc Maisonobe
             Fix For: 2.0


When a fixed step Runge-Kutta integrator is used, it may slightly change the step size for all integration range.
This is due to a step recomputation feature which ensures the last step ends exactly at the end of the range.

This feature should be removed, since it is unnatural and does not obey users choices.

It should be replaced by the same kind of solution already adopted for discrete events: truncating only the last step.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MATH-214) fixed step Runge-Kutta integrators slightly change step size

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Luc Maisonobe resolved MATH-214.
--------------------------------

    Resolution: Fixed

fixed as of r675552

> fixed step Runge-Kutta integrators slightly change step size
> ------------------------------------------------------------
>
>                 Key: MATH-214
>                 URL: https://issues.apache.org/jira/browse/MATH-214
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: all
>            Reporter: Luc Maisonobe
>            Assignee: Luc Maisonobe
>             Fix For: 2.0
>
>
> When a fixed step Runge-Kutta integrator is used, it may slightly change the step size for all integration range.
> This is due to a step recomputation feature which ensures the last step ends exactly at the end of the range.
> This feature should be removed, since it is unnatural and does not obey users choices.
> It should be replaced by the same kind of solution already adopted for discrete events: truncating only the last step.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.