50 check-ins that include changes to files matching 'mttroot/mtt/bin/trans/m/*' occurring on or before 1998-07-02 12:24:02.

More ↑
1998-07-02
12:24:02
Expand port aliases check-in: f51e5d63a6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-06-27
13:24:04
Causality now set correctly for:
multi-port C and I
C and I with arrows pointing in
check-in: 074b696b35 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-06-25
18:53:30
Actually, the previous comment was optimistic.
The port causalities on a compound are now forced to be the same as
that specified by a a _cuase.m file (if it exists)
check-in: f8d47b29cf user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:45:03
No change -- but checked that explicit causality works! check-in: daf24cad68 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-04-16
14:08:00
Initial revision check-in: 6f63f9f6bf user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:07:51
Sorted out [] problem with vector ports -- new octave function
split_port
check-in: b6d745a665 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-04-12
15:01:53
Converted to uniform port notation - always use [] check-in: a9f033378f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:58:19
Rename port components by changing name_r to [name_r check-in: c37b1923c1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-04-11
18:59:16
at_top_level now global - passed to SS components check-in: 9275f53188 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-04-04
10:47:31
Uses (coerced) components from _cbg file - _abg not now used here. check-in: 493b29d531 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:46:37
Coerces port bonds to have smae direction as the imposing bonds
_cbg now generates the (coerced) components as welll as the (coerced)
causality.
check-in: 52853415b7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:45:01
Don't do strokes on port bonds check-in: cc595a7941 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-03-06
09:38:58
Now writes correct structure file for multiport C & I check-in: 61f43ff9b8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-02-19
08:57:16
Fixed mtt-info bug -- confused filename with number check-in: 702462370e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-02-03
08:40:39
Fixed a horrible bug -- changed filename -> filenum check-in: 0f3668c999 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1998-01-23
09:23:00
Fixed typing error in (length(j)==1) check-in: f7d79e097c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:22:05
Initial revision check-in: 7da8e4cff1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-12-16
18:24:33
Added unknown_input to structure list check-in: 6c6a9eaf75 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-12-04
14:24:22
Removed error message about through-pointing arrows check-in: 2ab17cafe0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-09-18
19:49:37
Added test for uniquness of bonds on a component -- if non-unique
implies same component at both ends of a bond.
check-in: 4b52f8108a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
19:38:58
Initial revision check-in: faa9280a46 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-09-16
15:14:14
Added warning if a component has no bonds. check-in: 0ad47fec52 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-26
07:51:30
Now counts the local input and outputs by order of appearence rather
than by port number - it therfore handles ports with bicausality correctely.
check-in: 27b5d4d5a5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-19
10:21:09
Only copy port cuaslity info if not already set within the
subsystem. I thought I'd done this already ....
check-in: 906b281df2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:49:19
Modified to take account of the expanded vector bonds. Only displays
causality corresponding to the bond connecting the first element of
the vector ports.
check-in: f6a850f6fb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:41:47
Some debugging lines added. check-in: a9dfa0341a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-18
19:39:48
Now generates (exampaded) port_bond list correctely check-in: 34c2407185 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:25:25
Minor bug fixes check-in: e87199e5d9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:45:24
Replaced: comp_bonds = bonds(bond_list,:)
by: for kk = 1:n_comp
comp_bonds(kk,:) = bonds(comp(kk),:);
end;

to avoid an octave bug in 1.92. check-in: c07c83d7e6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk

11:23:59
Main component loop now misses out the ports (SS:[]) -- the causality
is merely passed through these components.
check-in: a02aee26fe user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-14
11:59:47
Vector ports added!! check-in: 6847e1f089 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:01:42
Reordered algorithms as follows:
bond end coordinates
associate port labels with bonds (port_bond)
associate bonds with components
unsorted list of bonds on each component (components)
interpret strokes and setup the causality of the bonds (bonds)
expand vector ports & add new bonds and connections
sort bonds on each component according to the labels -- two ports
default included here.
check-in: d75632f734 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-09
11:31:16
Default two port list is [in;out] (or [out;in])
Dont do global default if no ports labels.
check-in: 292b73bff1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-08
08:11:04
Suppress compoment trace. check-in: 96d016903b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-07
16:12:36
Fixed sorting bug: now puts the jth component from the unsorted list
into the kth component of the sorted list .. not vice versa!
check-in: 518cabdfbd user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:10:13
Move the if status .. to the beginning of the main loop. check-in: cf8931efd8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-06
21:43:19
Corrected error in creating component list: the kth component of the
list is given by the jth component of the original list NOT vice
versa.
check-in: 43156f5519 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-04
14:18:55
If no ports labels at all, just use the default component list. check-in: 9df910b7db user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:11:19
Only change to component-orientated causality for simple components
NOT for compound components.
check-in: bd79acf2f3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:50:39
Many bug fixes to the named port version + tied up the logic and
supporting comments.
check-in: f7ba5ad7f2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-08-02
19:37:53
Now uses named ports. check-in: f84d84397e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-06-13
13:05:38
Replaced 'C*( (E*j*w - A) \ B*u0 ' by C*( inv(E*j*w - A)*B*u0 ). \
seems to have a bug for complex nos (??)
check-in: 1ac694cfc9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-05-19
16:45:56
Fixed ISW bug -- deleted spurious ISW_eqn.m file check-in: c4196a2fcf user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-05-16
07:33:45
Now checks to see if sub system is a simple component before
recursion.
0 --> zero
1 --> one
check-in: f0fed5ab50 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-04-29
09:12:37
Added error message if port label near to >1 bond. check-in: 655583a1e5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-04-15
09:17:26
Added the structure file - contains details of states etc. check-in: 8f27e9fb0d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-03-17
13:45:42
Added more error info. check-in: a72ecada3c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-02-11
10:06:42
Removed a debugging line. check-in: 42eba716bb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1997-01-05
12:25:59
More informative message about port bonds incompatible with ports check-in: ad3bd0df1a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
1996-12-31
16:20:42
Just write causality information at top level -- it gets a bit
voluminous if written at deeper levels.
check-in: 53097c3f8a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
More ↓

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]