Tuesday, May 22, 2012

Ordinary Differential Equations Solver

I've started the translation of the odeint-v2 boost library to SciSmalltalk. So far, I have defined the basic portions, a Stepper base class, an ExplicitStepper subclass which is for the time being masquerading as an Euler Stepper, an ExplicitSystem class which is a thin wrapper over a block, and some test cases for it.

Things should ramp up as I get into the flow of things. I'm not committing any of these to public repositories until I have something looking moderately useable. I may use this as an opportunity to make a branch on github (have been working straight to master so far).

No comments: