BugReporting

  1. FuncSpec
  2. ODE integrators


Currently, bugs mentioned here are separate from any that appear in the [WWW] SourceForge tracker. Entries will be deleted when they have been resolved.

FuncSpec

Embedded 'if' statements do not work in right-hand side specifications.

Should warn if all arguments in an auxiliary function signature are not used in the function definition, in case of a mistake

Should catch instances of aux function names in variable specification RHS's that are not legitimate function calls because of missing parentheses

ODE integrators

Copying C-based integrators in the same session does not copy the associated DLL in the local filespace, as it should. As a result, you may get a RuntimeError, stating "this vector field's DLL is already in use". In the meantime, you should rebuild the vector field from scratch, and use a different name for the Generator.

Truly simultaneous events are not supported.

Vode_ODEsystem's event finder gets its precision wrong when asked to find precise events. The actual # digits of precision are ~ 1/2 that specified by 'eventtol'.

last edited 2006-07-18 18:20:51 by RobClewley