
9 Jul
2010
9 Jul
'10
3:35 p.m.
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