public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* GSL ode-initval development
@ 2008-08-17  8:39 Tuomo Keskitalo
  2008-08-18 18:11 ` Brian Gough
  0 siblings, 1 reply; 5+ messages in thread
From: Tuomo Keskitalo @ 2008-08-17  8:39 UTC (permalink / raw)
  To: gsl-discuss

Hello all,

I've been thinking about adding some implicit one step solvers for GSL 
ode-initval. However, I think the current ode-initval framework is not 
too easy to use for implicit solvers.

Implicit solvers result in a group of algebraic non-linear equations, 
for which there exists several solution strategies. The choice of the 
efficient strategy depends on the problem. For example, some modified 
Newton iteration methods are suitable for stiff systems, while 
functional iteration works for non-stiff systems. I would like to give 
the user the freedom to choose the non-linear eq solver separately from 
the stepping method. Does anyone see a way to do this with current 
framework?

I am currently considering to add a new framework part for specifying 
the non-linear equation solver. However, this would break the current 
framework. I wonder if I should write a separate "ode-initval2" library 
because of this. Any comments?

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

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

end of thread, other threads:[~2008-09-03 10:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-17  8:39 GSL ode-initval development Tuomo Keskitalo
2008-08-18 18:11 ` Brian Gough
2008-08-31  7:26   ` Tuomo Keskitalo
2008-09-02 19:08     ` ode-initval stepper logic Tuomo Keskitalo
2008-09-03 10:58       ` GSL ode-initval development Brian Gough

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).