Overview
Comment: | New reduce integration methods - euler/Implicit only |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1f43226f4fb2ca187c5f0900bf4d90a3 |
User & Date: | gawthrop@users.sourceforge.net on 1998-08-27 08:33:21 |
Other Links: | branch diff | manifest | tags |
Context
1998-08-27
| ||
08:55:40 | Mods to integration methods check-in: 3c8adbbfcc user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:33:21 | New reduce integration methods - euler/Implicit only check-in: 1f43226f4f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
07:38:40 | About to change to new integration (Euler/Implicit only) check-in: 9e6f04e42b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [494c7b52de] to [c433854814].
︙ | ︙ | |||
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.186 1998/08/18 10:49:05 peterg ## VERSION 3.1 release ## ## Revision 1.185 1998/08/18 09:21:14 peterg ## Removed "" from default simpar file. ## ## Revision 1.184 1998/08/18 09:08:26 peterg | > > > | 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.187 1998/08/25 20:06:56 peterg ## New data structure for abg.m and cbg.m ## ## Revision 1.186 1998/08/18 10:49:05 peterg ## VERSION 3.1 release ## ## Revision 1.185 1998/08/18 09:21:14 peterg ## Removed "" from default simpar file. ## ## Revision 1.184 1998/08/18 09:08:26 peterg |
︙ | ︙ | |||
1702 1703 1704 1705 1706 1707 1708 | mtt_m2p $1_input.m $1_ode.p : $1_def.r $1_ode.m mtt_m2p $1_ode.m $1_odeo.p : $1_def.r $1_odeo.m mtt_m2p $1_odeo.m $1_smx.p : $1_def.r $1_smx.m mtt_m2p $1_smx.m | < < < < | | | 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 | mtt_m2p $1_input.m $1_ode.p : $1_def.r $1_ode.m mtt_m2p $1_ode.m $1_odeo.p : $1_def.r $1_odeo.m mtt_m2p $1_odeo.m $1_smx.p : $1_def.r $1_smx.m mtt_m2p $1_smx.m $1_switch.p : $1_def.r $1_switch.m mtt_m2p $1_switch.m $1_ode2odes.p : $1_ode2odes.m $1_def.r\ $1_simpar.p $1_numpar.p $1_state.p $1_input.p \ $1_ode.p $1_odeo.p $1_switch.p \ $1_smx.p mtt_implicit.p mtt_euler.p \ mtt_write.p sign.p zero_matrix.p zero_vector.p mtt_m2p $1_ode2odes.m $1_ode2odes.c: $1_ode2odes.p mtt_p2c $info_switch $1 ode2odes #SUMMARY obs observer equations for CGPC (r) #SUMMARY obs observer equations for CGPC (m) |
︙ | ︙ | |||
2213 2214 2215 2216 2217 2218 2219 | echo Copying mtt_ludcmp.p; cp $MTTPATH/trans/p/mtt_ludcmp.p . mtt_lubksb.p: echo Copying mtt_lubksb.p; cp $MTTPATH/trans/p/mtt_lubksb.p . mtt_sparse.p: echo Copying mtt_sparse.p; cp $MTTPATH/trans/p/mtt_sparse.p . mtt_write.p: echo Copying mtt_write.p; cp $MTTPATH/trans/p/mtt_write.p . | | > > | | 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 | echo Copying mtt_ludcmp.p; cp $MTTPATH/trans/p/mtt_ludcmp.p . mtt_lubksb.p: echo Copying mtt_lubksb.p; cp $MTTPATH/trans/p/mtt_lubksb.p . mtt_sparse.p: echo Copying mtt_sparse.p; cp $MTTPATH/trans/p/mtt_sparse.p . mtt_write.p: echo Copying mtt_write.p; cp $MTTPATH/trans/p/mtt_write.p . mtt_implicit.p: mtt_solve_lud.p echo Copying mtt_implicit.p; cp $MTTPATH/trans/p/mtt_implicit.p . mtt_euler.p: echo Copying mtt_euler.p; cp $MTTPATH/trans/p/mtt_euler.p . mtt_solve_lud.p: mtt_ludcmp.p mtt_lubksb.p echo Copying mtt_solve_lud.p; cp $MTTPATH/trans/p/mtt_solve_lud.p . zero_vector.p: echo Copying zero_vector.p; cp $MTTPATH/trans/p/zero_vector.p . zero_matrix.p: echo Copying zero_matrix.p; cp $MTTPATH/trans/p/zero_matrix.p . |
︙ | ︙ |