This is the mail archive of the
gsl-discuss@sourceware.org
mailing list for the GSL project.
Re: Implementing hybrid explicit/implicit ODE stepper
- From: Brian Gough <bjg at gnu dot org>
- To: Rhys Ulerich <rhys dot ulerich at gmail dot com>
- Cc: gsl-discuss at sourceware dot org
- Cc: tuomo dot keskitalo at iki dot fi
- Date: Thu, 04 Jun 2009 08:18:50 +0100
- Subject: Re: Implementing hybrid explicit/implicit ODE stepper
- References: <4a00655d0906030731l8632674o9abb33dca522e689@mail.gmail.com>
At Wed, 3 Jun 2009 09:31:40 -0500,
Rhys Ulerich wrote:
> What's the "right way" to shoehorn this into the gsl_odeiv_system
> struc? L(u) as gsl_odeiv_system.function with N(u) passed within
> gsl_odeiv_system.params ? The reverse? Neither?
That's a good question, I'm not sure - maybe Tuomo has some
suggestions?
My gut instict would be to create a new class of solver for this but
it would be better if they could all be in one framework of course.