Overview
Comment: | Put sign.p first |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ca467898ac70ce775f81190f05fe53c7 |
User & Date: | gawthrop@users.sourceforge.net on 1998-11-17 17:26:11 |
Other Links: | branch diff | manifest | tags |
Context
1998-11-17
| ||
17:39:45 | Put _smx include at end of list (?????) check-in: 180c14e83e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
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 | |
Changes
Modified mttroot/mtt/bin/trans/mtt_m2p from [4e9b48a2e4] to [f75eb2bf79].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.19 1998/09/29 15:37:18 peterg ## Declare mttINPUT ## ## Revision 1.18 1998/08/27 08:55:40 peterg ## Mods to integration methods ## ## Revision 1.17 1998/08/27 07:38:40 peterg | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.20 1998/10/01 16:01:09 peterg ## Now does implicit integration with switches ## ## Revision 1.19 1998/09/29 15:37:18 peterg ## Declare mttINPUT ## ## Revision 1.18 1998/08/27 08:55:40 peterg ## Mods to integration methods ## ## Revision 1.17 1998/08/27 07:38:40 peterg |
︙ | ︙ | |||
236 237 238 239 240 241 242 | for (k=1;k<i;k++) printf(" %s,\n",global[k]) printf("%s : REAL;\n", global[i]) printvar("x",Nx); printvar("u",Nu); printvar("y",Ny); printvar("_t",Nt); | < > | 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | for (k=1;k<i;k++) printf(" %s,\n",global[k]) printf("%s : REAL;\n", global[i]) printvar("x",Nx); printvar("u",Nu); printvar("y",Ny); printvar("_t",Nt); printf("\n{%s sign.p}\n",inc,sys) printf("\n{%s %s_smx.p}\n",inc,sys) printf("{%s mtt_euler.p}\n",inc) printf("{%s mtt_implicit.p}\n",inc) printf("{%s mtt_write.p}\n",inc) printf("{%s zero_matrix.p}\n",inc) printf("{%s zero_vector.p}\n",inc) printf("{%s %s_simpar.p}\n",inc,sys) printf("{%s %s_numpar.p}\n",inc,sys) |
︙ | ︙ |