You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stefan Hubert (JIRA)" <ji...@apache.org> on 2016/05/26 13:26:13 UTC

[jira] [Comment Edited] (MATH-172) implementation of implicit Runge-Kutta method for stiff differential equations

    [ https://issues.apache.org/jira/browse/MATH-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302058#comment-15302058 ] 

Stefan Hubert edited comment on MATH-172 at 5/26/16 1:25 PM:
-------------------------------------------------------------

Hi Gilles,

So, my student (Arthur) tried to adapt the existing patch (initial patch "bdf-2009-07-07.patch") to the current Math4 repository. 

I guess if we can get the patch file working in Math4 we can get people more easily involved in debugging the solver. It is a start! :)

Best,
Stefan



was (Author: hoobee):
Hi Gilles,

So, my student (Arthur) tried to implement the existing patch (initial patch "bdf-2009-07-07.patch") to the current Math4 repository. 

I guess if we can get the patch file working in Math4 we can get people more easily involved in debugging the solver. It is a start! :)

Best,
Stefan


> implementation of implicit Runge-Kutta method for stiff differential equations
> ------------------------------------------------------------------------------
>
>                 Key: MATH-172
>                 URL: https://issues.apache.org/jira/browse/MATH-172
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 1.2
>            Reporter: James Housden
>            Assignee: Luc Maisonobe
>             Fix For: 4.0
>
>         Attachments: BDFIntegrator.java, BDFNordsieckTransformer.java, bdf-2009-07-07.patch
>
>
> In version 1.2 several explicit Runge-Kutta methods have been implemented which work fine for non-stiff problems. However these methods are not suitable for stiff equations. The implementation of an implicit Runge-Kutta method such as Radau5 would extend the functionality of the ode package to cover the solution of stiff ordinary differential equations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)