Overview
Comment: | Removed writeing of EYz matrix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
745f438a69a89961b3dacd6d5bbf261b |
User & Date: | gawthrop@users.sourceforge.net on 1998-11-18 13:50:29 |
Other Links: | branch diff | manifest | tags |
Context
1998-11-18
| ||
14:38:01 | Now convert ALL globals to VAR .. the last one isn't repeated now check-in: caf5e3338b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:50:29 | Removed writeing of EYz matrix check-in: 745f438a69 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:55:51 | Now uses sympar2global_txt2m for the m bit check-in: 756ebf5439 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/dae2cse_r from [5ebe10ae2a] to [ef5ba91cfc].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + + | # Copyright (c) P.J.Gawthrop 1991, 1992, 1994. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.9 1998/11/18 10:53:38 peterg ## Put in some more "IF MTTNx>0 THEN" to avoid error messages when no ## states. ## ## Revision 1.8 1998/11/10 08:54:34 peterg ## Put in "IF MTTNx>0 THEN" to prevent probs when Nx=0 ## -- still a couple of apparent error messages - but answers now ## correct ## ## Revision 1.7 1998/10/05 10:46:15 peterg ## Commented out redundant MTTY := MTTY + MTTEyx*MTTEdX; |
︙ | |||
68 69 70 71 72 73 74 75 76 77 78 79 80 81 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | + + + | # Remove the old log file rm -f dae2cse_r.log # Use reduce to accomplish the transformation $SYMBOLIC >dae2cse_r.log << EOF %Read the formatting function in "$MTTPATH/trans/reduce_matrix.r"; OFF Echo; OFF Nat; ON NERO; in "$1_def.r"; MTTdxs := MTTdX; %Save the symbolic form of dX |
︙ | |||
237 238 239 240 241 242 243 | 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 | + - + - - + - - - + + + + + + - + - - + - + + - - - + + + - - - + + - - + + + + + - - - + - - - - - + + + - - + - - + - - - - + + - - - + + - - + - - - - + - - + - - + + + + + | % No algebraic variables left! MTTNYz := 0; END; % IF MTTNyz>0 %%Create the _cse.r file OUT "$1_cse.r"; % State derivative |