SVN messages for ODEpad
December 31, 2010
-
-- Support for arbitrary variable and parameter names (panel changes accordingly). -- Graphing module for results. -- Supports IntegrateODE and "Simple" for loop with same function call. -- Not much error checking yet.
November 6, 2010
-
-- Added choice of independent variable. -- Added overwriting of equations without choosing a new set name each time. I think that sets should be explicitly saved/loaded, otherwise they should be overwritten automatically. -- Added auto-compilation and minimization of the generated ODE procedure file.
October 31, 2010
-
Can now be used with arbitary variable names. More testing is needed.
September 26, 2010
-
ODEPad: branch 6.20-1 <- working copy Code: initializes properly with PackageTools
September 21, 2010
-
Began work on ListBox system for management of all equations, parameters, and initial conditions. Will support arbitrary letters for variable and parameter names. Moved a lot of initialization into the control hook functions, which are called at the end of the ShowPanel() intitalization function. To Do: Write the listbox hook function to check for valid input, to update IC waves as variable names change, etc.
August 24, 2010
-
ODEPad: branch 6.20-1.x <- working copy Bug Fix - functions in generate ODEs were looking at wrong panel name for method Code Changes - disabled Go button
-
ODEpad: /packages/ODEpad/branches/IGOR-6-20--1/ODEPad.ipf 1401
ODEpad: /packages/ODEpad/branches/IGOR-6-20--1/ODEPad.pxp 1401ODEPad: branch 6.20-1.x <- working copy (commit of new revisions - see notebook with experiment)
-
ODEPad branch 6.20-1.x creation
April 3, 2010
-
-Features: Added support for simple (loop) integration. It turns out that the same function format for IntegrateODE can be used for integrating with a loop. That function just calculates the differentials at every time step.
February 17, 2010
-
--Added "Go!" button to actually do the integration. Fills up a wave called "data" with the result. Checks for the existence of a derivative function, so "--> DEs" must be run first. --Added ICs (Initial Conditions) tab, whose values seed the first row of the data wave. --Made the N vs. deltaT option functional, so that changing one changes the other.
