public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Implementing hybrid explicit/implicit ODE stepper
@ 2009-06-03 14:32 Rhys Ulerich
  2009-06-04 13:38 ` Brian Gough
  0 siblings, 1 reply; 5+ messages in thread
From: Rhys Ulerich @ 2009-06-03 14:32 UTC (permalink / raw)
  To: gsl-discuss

Hi all,

I'm looking into implementing a hybrid explicit, implicit ODE
integrator within the GSL ODE framework.
This one splits the right hand side of u_t = f(u) into an implicit
linear operator L(u) and an explicit nonlinear operator N(u).  The
scheme requires L(u) be available in a matrix or matrix-like form.

What's the "right way" to shoehorn this into the gsl_odeiv_system
struct (http://www.gnu.org/software/gsl/manual/html_node/Defining-the-ODE-System.html)
?
L(u) as gsl_odeiv_system.function with N(u) passed within
gsl_odeiv_system.params ?  The reverse?  Neither?

Thanks,
Rhys

P.S. It's Spalart, Moser, & Rogers 1991 appendix A for anyone interested.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-04 18:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-03 14:32 Implementing hybrid explicit/implicit ODE stepper Rhys Ulerich
2009-06-04 13:38 ` Brian Gough
2009-06-04 17:20   ` Tuomo Keskitalo
2009-06-04 17:40     ` Rhys Ulerich
2009-06-04 18:52       ` Tuomo Keskitalo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).