help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: backward ODE solving


From: Ben Diedrich
Subject: Re: backward ODE solving
Date: Mon, 26 Apr 2004 17:16:36 -0400

"John W. Eaton" wrote:

> OK.
>
> The Fortran versions of both lsode and dassl/daspk will allow you to
> request that they return intermediate output points.  Octave's
> interfaces to these subroutines do not have this feature yet, but it
> would probably be fairly easy to add.  If someone is interested in
> working on this project, let me know.  I can give you some pointers
> about where to start.
>
> Thanks,
>
> jwe

Until then, I got my gradient optimization function to work with 'lsode'. I 
added
another input that specifies the number of time steps to sample. Then, I use
linspace to define the time vector for lsode. I think this will work for most
cases.

Thanks,

Ben





-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]