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: [Bug-gsl] Error in manual: forcing ode minimum step size


Hi,

On 10/06/2010 06:52 PM, Tuomo Keskitalo wrote:

Still... it would be nice to have a possibility for forcing a minimum
step size.

You are the second person to ask for it, so I think I'll write a separate evolve_apply routine that forces evolution of a system with a user specified step size.

I've now added functions gsl_odeiv2_evolve_apply_fixed_step and gsl_odeiv2_driver_apply_fixed_step for this purpose, available at Bazaar (bzr) development branch ode-initval2 at savannah.


Download and compile with commands:

bzr checkout http://bzr.savannah.gnu.org/r/gsl/ode-initval2/
cd ode-initval2
autoreconf -i -f; ./configure --enable-maintainer-mode ; make

--
Tuomo.Keskitalo@iki.fi
http://iki.fi/tuomo.keskitalo


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