Overview
Comment: | Generates a compehensive default params file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cd9652f1fe785f1291461a91cdde8724 |
User & Date: | gawthrop@users.sourceforge.net on 1997-03-20 10:25:41 |
Other Links: | branch diff | manifest | tags |
Context
1997-03-20
| ||
10:25:55 | Initial revision check-in: 3321797112 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:25:41 | Generates a compehensive default params file. check-in: cd9652f1fe user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-03-19
| ||
16:39:12 | Put in the correct date. check-in: b76d0046bb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [bf9ff7e09c] to [7a866c9a48].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ # Revision 1.58 1997/03/18 17:58:12 peterg # Generates label files containing all variables in fig file. # Generates sympar file for all levels in system. # Generates txt version of sympar file. # # Revision 1.57 1997/03/10 09:24:58 peterg # a.out now deleted in the clean operation | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ # Revision 1.59 1997/03/19 10:14:04 peterg # Now produces a stripped acausal bond graph. # # Revision 1.58 1997/03/18 17:58:12 peterg # Generates label files containing all variables in fig file. # Generates sympar file for all levels in system. # Generates txt version of sympar file. # # Revision 1.57 1997/03/10 09:24:58 peterg # a.out now deleted in the clean operation |
︙ | ︙ | |||
521 522 523 524 525 526 527 | #SUMMARY sympar symbolic parameters (r) $1_sympar.r: $1_sympar.txt sympar_txt2r $1 #SUMMARY sympar symbolic parameters (c) # r to c sympar conversion -- its part of the ode_r2c tool | | | > > > | 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 | #SUMMARY sympar symbolic parameters (r) $1_sympar.r: $1_sympar.txt sympar_txt2r $1 #SUMMARY sympar symbolic parameters (c) # r to c sympar conversion -- its part of the ode_r2c tool #$1_sympar.c: $1_sympar.r # sympar_r2c $1 # txt to c sympar conversion $1_sympar.c: $1_sympar.txt sympar_txt2c $1 #SUMMARY simp simplification information (r) $1_simp.r: echo Creating $1_simp.r ( \ echo "%% Reduce comands to simplify output for system $1 ($1_simp.r)"; \ cat $MTTPATH/trans/m/rcs_header.txt; \ |
︙ | ︙ | |||
554 555 556 557 558 559 560 | echo "%% This file provides the system params for simulation:";\ cat $MTTPATH/trans/m/rcs_header.txt; \ echo; \ )> $1_params.m #SUMMARY params numerical parameter setting (c) $1_params.c: | < < < < < < < < < < | | 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 | echo "%% This file provides the system params for simulation:";\ cat $MTTPATH/trans/m/rcs_header.txt; \ echo; \ )> $1_params.m #SUMMARY params numerical parameter setting (c) $1_params.c: sympar2params_txt2c $1 #SUMMARY odes ODE simulation header file (h) $1_odes.h: echo Creating $1_odes.h ( \ echo '/*'; \ echo "%% Parameter file for system $1 ($1_odes.h)"; \ |
︙ | ︙ |