Differences From Artifact [36ca773757]:
- Executable file mttroot/mtt/bin/trans/ese2rdae_r — part of check-in [d0e84b9fcf] at 1998-03-07 12:49:31 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 3090) [annotate] [blame] [check-ins using]
To Artifact [e019adb924]:
- Executable file
mttroot/mtt/bin/trans/ese2rdae_r
— part of check-in
[c5e45d6145]
at
1998-03-07 12:51:20
on branch origin/master
— This is the new version of ese2dae - it does not do the CRs at this
stage to give reduce an easier time.rese2ese_r does the constitutive relationship bit (user: gawthrop@users.sourceforge.net, size: 3158) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
| | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: ese2rdae_r
# Reduce equations to raw differential-algebraic equation conversion
# P.J.Gawthrop 8th May 1991, May 1994, June 1996
# Copyright (c) P.J.Gawthrop, 1991, 1994, 1996
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 1998/03/07 12:49:31 peterg
## Initial revision
##
## Revision 1.12 1998/01/31 16:22:59 peterg
## Added IF MTTNx>0 THEN and IF MTTNy>0 THEN before the relevant
## assignements of MTTdX and MTTY to themselves.
##
## Revision 1.11 1997/09/18 09:45:08 peterg
## Canged the comment about linux reduce -- reduce reads this for some
## reason.
|
| ︙ | ︙ |