Overview
| Comment: | 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 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c5e45d614580930ee79cb0d1cb46f559 |
| User & Date: | gawthrop@users.sourceforge.net on 1998-03-07 12:51:20.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1998-03-07
| ||
| 12:57:19 | Fixed logname bug check-in: b93dd7e7a2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 12:51:20 |
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 check-in: c5e45d6145 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 12:49:31 | Initial revision check-in: d0e84b9fcf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/ese2rdae_r
from [36ca773757]
to [e019adb924].
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.
|
| ︙ | ︙ |