50 descendants of cabb98da51755cec
2004-09-02
| ||
00:06:46 | Implementation of lsin CR in Perl. check-in: f516a8cf20 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:06:21 | Implementation of lcos CR in Perl. check-in: fb59d9c88a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-31
| ||
14:04:08 | Gracefully handles nonexistent implementation of a CR. check-in: 6484233382 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
02:03:26 |
C++ headers no longer required to simulate without Reduce. Perl CRs work for all languages: r, m, C++, etc. check-in: 8f17b25e1d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:59:12 | Fixed C,I and R causality. check-in: 0b8f942236 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:29:48 | CRs are applied to sorted equation files during production. check-in: c521f13e01 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:28:11 |
Reads the contents of _cr.txt and adds CRs for which a cr.pm exists to the argument list of apply_cr.pl, which modifies the standard stream. check-in: 7ee00e6dc2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-30
| ||
23:08:41 | Perl module implementing lin CR, for use with apply_cr.pl check-in: 56b1ff20a4 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
23:07:58 |
Uses pattern matching to apply any CRs (in perl format) specified on its command line to the text on standard input. check-in: 62a01863b3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-29
| ||
18:01:46 |
Reads each CR name input and writes a directive to #include an equivalent CR.hh from $MTT_LIB/cr/hh. check-in: d1532638b5 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:28:42 | include causality.hh to define effort, flow and state. check-in: ef84c3718b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:27:43 |
Define effort, flow and state as enum elements. thus allowing them to be included in CRs without being declared or quoted. check-in: 2273134f86 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
17:25:46 | Accept component types in upper or lower case. check-in: 1df90acfe7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:09:49 |
Added option -no-reduce
Code sorting can now be used with Reduce (via sese.r) so that existing CRs | |
16:04:44 | Fixed ae for non-sorted code. check-in: 0fae1be0b9 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
14:39:23 | Added rule to create dae from sorted equations (sese) if sorting is requested. check-in: 1b03b6423e user: geraint@users.sourceforge.net tags: origin/master, trunk | |
14:38:21 | Added -sort option to use sorted equation (sese.r) instead of ese.r check-in: 06fb453a1a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
13:17:30 |
Added rules to use sae (sorted algebraic equations) instead of ae if sorted equations are being used. Converted temporary variable names to lowercase in sorted | |
13:15:28 | Uses sys_sae instead of sys_ae if sorted equations are being used. check-in: 2094598ac5 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
13:14:29 | Added rule to make header for sae (sorted algebraic equations). check-in: 65bc3f5c5c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
13:13:24 | Vectorises sorted algebraic equations. check-in: 41edb4bf41 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
13:12:19 | Added rule to create MTTyz vector (unknown inputs). check-in: 1a74bd5881 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
13:11:21 | Writes MTTyz vector in the same format as MTTx and MTTy: MTTyz($d,1) check-in: 8fce5e129b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
03:18:11 | Do not write temporary variables if NUM_OF_TMP_VAR = 0. check-in: 34edbc8745 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
03:17:02 | Vectorise sesx and sesy. check-in: f640e4e94d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
03:00:59 | Unused file (cc/sympar_txt2h.sh does this transformation). check-in: 43766fae90 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
02:59:30 | Added -make-sort option and rules to generate simulation using sesx and sesy. check-in: 8d085efec2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:48:46 | Added rules to create headers for sorted systems: sesx and sesy. check-in: fc45617aa4 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:46:56 | Added rules to create ode2odes for sorted system: sesx and sesy. check-in: 1ab148e7b8 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
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: e6ebbb09b9 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:19:49 | Defaults to noAlgebraicSolver. check-in: 908f7b9c4d 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: aa6be937ea user: geraint@users.sourceforge.net tags: origin/master, trunk | |
23:48:06 |
Removed dependency of ae.r on cse.r if -ae is not specified as an option. This prevents an implicit -A and thus removes a dependency on cse (and hence Reduce) for sorted systems. check-in: f6a3278c73 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
22:14:12 | Removed -ibg option: now the default method. check-in: fc8b0abc6a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
22:08:41 | Fixed zeromatrices statements: spaces instead of commas check-in: 05a9bb179f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:13:02 | Sorts equations using make. check-in: a1a7c90e87 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-27
| ||
20:12:34 | Added note about "none" as an option for units. check-in: df55671a63 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
19:37:25 |
Fixed [ 607882 ] Units "none" no longer accepted. Added a test for "none" to prevent units on that port from being checked. check-in: 7bf0a68800 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-26
| ||
16:24:40 | Function is no longer used (replaced by bg2eps). check-in: e757642f83 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:20:17 | Creates postscript files of either dia or fig bond graphs. check-in: c25f0b6d55 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:19:30 | Converts dia and fig bond graphs to postscript format. check-in: 75c1ec2585 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:17:25 | Piped errors to /dev/null to prevent complaints from ls about non-existent files. check-in: 71ad7f6cb3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:15:40 | Counts abg.m instead of fig files so that dia models are also included. check-in: 5438f2e9df user: geraint@users.sourceforge.net tags: origin/master, trunk | |
16:11:48 | Fixed ignore() and pipe so that subsystems are included in reports again. check-in: b33459459c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
12:50:12 |
Replaced some implicit rules with explicit tests and patterns. Better than having make search through every possible implicit rule. check-in: 8cbb8839c3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:42:41 | Moved bond graph above artwork. check-in: 388c0b0b89 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:07:06 | Added rule to create cbg.dia. check-in: 8ac7d4a29a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:06:28 | Script to create cbg.dia files from abg.dia, ibg.m, connections.dat and cbg.m. check-in: 53b65893e8 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:05:09 | Creates _connections.dat. Records component names at the end of each (possibly vector-expanded) bond. check-in: 19a072f1ac user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:03:46 | Octave script to generate a connections structure which describes the component names at the head and tail of each bond of a (possibly vector-expanded) system. check-in: 65118e221f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-25
| ||
20:16:41 | Added --dia_output_file to usage. check-in: cabb98da51 user: geraint@users.sourceforge.net tags: origin/master, trunk | |