Overview
Comment: | Defaults to noAlgebraicSolver. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
01f85326bcd6ec972dc203a700cec15a |
User & Date: | geraint@users.sourceforge.net on 2004-08-29 00:19:49 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-29
| ||
01:45:07 |
Replaced all-at-once pattern match with an inner loop over each variable. The /regexp/ method drops dependencies if they have been seen previously. check-in: 54761aa617 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:19:49 | Defaults to noAlgebraicSolver. check-in: 01f85326bc user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-28
| ||
23:50:59 | Dummy class for use when -ae is not specified as an option. check-in: 35c0a85b23 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/make_ode2odes from [f5ac5ee2db] to [999bf15676].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.85 2003/06/25 12:46:06 gawthrop ## Input only changed one per print interval ## No effect if stepfactor=1 ## Fixes bug when _input.m is compiled using -stdin option ## and stepfactor>1 ## ## Revision 1.84 2003/04/17 20:57:29 geraint ## Added -sort option to allow direct generation of ode2odes.m using sese.m ## instead of ode/csex. ## ## "mtt -sort rc odeso view" works without Reduce installed!!! ## ## Revision 1.83 2002/08/07 14:27:14 geraint |
︙ | |||
337 338 339 340 341 342 343 | 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 | - + | else method=implicit fi if [ -n "$4" ]; then algebraic_solver=$4 else |
︙ |