summaryrefslogtreecommitdiffstats
path: root/src/vZ/RK.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Add h*c rather than c to x() for function evaluations.Tavian Barnes2011-06-101-4/+6
| | | | | Previously, the x value passed was always partitioning the interval [x, x + 1], rather than [x, x + h].
* Implement FSAL.Tavian Barnes2010-10-131-2/+19
|
* Add/fix copyright headers.Tavian Barnes2010-10-111-1/+1
|
* Add RK4.Tavian Barnes2010-10-061-1/+1
|
* Add the Euler method.Tavian Barnes2010-10-061-6/+60
|
* Add a new RKIntegrator base class.Tavian Barnes2010-10-061-0/+48