From: Rainer M. <ra...@tb...> - 2006-07-18 09:44:38
|
Hi in the commandline tool (odeSolver, SBML_odeSolverApp.exe) it is now possible to switch between integration methods (adams-moulton, backward differentiation formula) and iteration methods (functional, newton) with the arguments --method 0/1 and --iteration 0/1. Default values are 0 for BDF and Newton methods, as before. Note, that any values other than 1 will lead to default methods. Rainer |