Overview
Comment:Read in the constitutive relationship file as well
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 6202baea58d49347efd2079421944cc5944aee37f9f89f97cdeb8a2ef3673ee1
User & Date: gawthrop@users.sourceforge.net on 1998-11-17 17:10:22.000
Other Links: branch diff | manifest | tags
Context
1998-11-17
17:26:11
Put sign.p first check-in: ca467898ac user: gawthrop@users.sourceforge.net tags: origin/master, trunk
17:10:22
Read in the constitutive relationship file as well check-in: 6202baea58 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:50:45
Initial revision check-in: 010ed295a9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+







# Copyright (c) P.J.Gawthrop, 1991, 1994, 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.9  1998/08/27 07:06:25  peterg
## Just genrate xj once.
##
## Revision 1.8  1998/08/27 07:04:44  peterg
## Cleared out mttx array ans use mkid instead.
##
## Revision 1.7  1998/08/27 06:48:20  peterg
## Changed mttxx to mttx - in implicit integration smx is called once
## with x in the linearisation the same as x in the current state
##
64
65
66
67
68
69
70

71
72
73
74
75
76
77
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81







+







# Use reduce to accomplish the transformation
reduce << EOF  >ode2smx_lang.log

lang := $lang;

in "$1_def.r";
in "$1_ode.r";
in "$1_cr.r";

clear mttx; % Dont need this now - use mkid instead

OFF Echo;

% Load the general translator package
LOAD GENTRAN;

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