Overview
Comment:Removed -ibg option: now the default method.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: fc8b0abc6ae5b8d7f9506065b73cd80d760a21efa006ff2aa1868f5c2e18e0bb
User & Date: geraint@users.sourceforge.net on 2004-08-28 22:14:12
Other Links: branch diff | manifest | tags
Context
2004-08-28
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
Changes

Modified mttroot/mtt/bin/mtt from [fcf91494aa] to [b178a7602f].

13
14
15
16
17
18
19



20
21
22
23
24
25
26
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29







+
+
+







# Copyright (C) 2001 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.393  2004/08/26 16:20:17  geraint
## Creates postscript files of either dia or fig bond graphs.
##
## Revision 1.392  2004/08/26 12:50:12  geraint
## Replaced some implicit rules with explicit tests and patterns.
## Better than having make search through every possible implicit rule.
##
## Revision 1.391  2004/08/26 00:07:06  geraint
## Added rule to create cbg.dia.
##
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1578
1579
1580
1581
1582
1583
1584



1585
1586
1587
1588
1589
1590
1591







-
-
-







		level=$2; shift ;;
	-A )
                mtt_switches="$mtt_switches $1";
                Solve='-A';;
	-abg )
                mtt_switches="$mtt_switches $1";
                start_at_abg='yes';;
        -ibg )
		mtt_switches="$mtt_switches $1";
		use_ibg='yes';;
	-stdin )
                mtt_switches="$mtt_switches $1";
                stdin=stdin;;
	-sub )  mtt_switches="$mtt_switches $1 $2";
                sub='-sub'; 
                subsystem="_"$2;
                shift;;
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1685
1686
1687
1688
1689
1690
1691

1692
1693
1694
1695
1696
1697
1698







-







    echo '       mtt <system_name> <representation> <language>'
    echo '       mtt <system_name> <representation> <language> <parameters>'
    echo 'Options: -q  quiet mode -- suppress MTT banner'
    echo '         -A  solve algebraic equations symbolically'
    echo '         -D  debug -- leave log files etc'
    echo '         -I  prints more information'
    echo '         -abg start at abg.m representation'
    echo '         -ibg use intermediate representation to transform rbg to abg (EXPERIMENTAL)'
    echo '         -c  c-code generation'
    echo '         -cc C++ code generation'
    echo '         -cr Use cr before resolving equations'
    echo '         -d  <dir>  use directory <dir>'
    echo '         -dr <dir>  use files contained in <dir>'
    echo '         -dc Maximise derivative (not integral) causality'
    echo '         -i <implicit|euler|rk4|dassl>   Use implicit, euler, rk4 or dassl integration'


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