Boost logo

Boost :

Subject: Re: [boost] library proposal : odeint
From: DE (satan66613_at_[hidden])
Date: 2010-07-09 11:35:15


just a hint for developers
think about the so called "dense output" methods
e.g. you want to get solution on a grid of 100 points
but in fact a stepper does not always need to do 100 steps to produce
the desired figures
a frequent case may be that a stepper makes say 42 steps to reach the
end point maintaining given accuracy and produces the solution on the
grid points by some special means (a variant of interpolation)
there is an item on this topic in the book "numerical recipes 3rd ed."
17.2.2 Dense Output (p.915)

good luck

-- 
Pavel

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk