This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ode-initval implicit solvers and development


At Tue, 30 Sep 2008 20:06:49 +0300,
Tuomo Keskitalo wrote:
> my work with GSL ODE solvers is progressing (slowly, I am doing this on 
> my own free time). I've written a modified Newton iteration method to 
> solve the non-linear equation system that come up with implicit 
> Runge-Kutta methods. Three very basic implicit solvers included use the 
> solver. Also, I've made some changes and additions to ode-initval tests. 

This is good, I would like to replace the existing rkimp solvers with
these in a future release.  The main outstanding change needed is to
avoid recomputing the jacobian J(t,x) in the second call to
modnewton1_init.  The parameters t and x are the same so it computed
once in the caller and passed to modnewton1_init as a parameter.

-- 
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]