Overview
Comment: | Removed METHOD |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6fc1d0648864c0770a4071fd194a3edc |
User & Date: | gawthrop@users.sourceforge.net on 1999-12-23 20:18:54 |
Other Links: | branch diff | manifest | tags |
Context
2000-01-18
| ||
14:22:58 | Now exits if file already exists check-in: 4bd1a5653e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-12-23
| ||
20:18:54 | Removed METHOD check-in: 6fc1d06488 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:03:42 | Added $1_sympars.txt to numpar.m target check-in: a3eed1620d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Mechanical/Mechanical-2D/Pendulum/Pendulum_simpar.txt from [5acc97dfa9] to [fe2eceda42].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # -*-octave-*- Put Emacs into octave-mode # Simulation parameters for system Pendulum (Pendulum_simpar.txt) # Generated by MTT on Mon Jul 27 12:27:43 BST 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/07/27 11:29:13 peterg ## Initial revision ## ############################################################### LAST=10.0; # Last time in simulation DT=0.1; # Print interval STEPFACTOR=10; # Integration steps per print interval | > > > < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # -*-octave-*- Put Emacs into octave-mode # Simulation parameters for system Pendulum (Pendulum_simpar.txt) # Generated by MTT on Mon Jul 27 12:27:43 BST 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1999/02/22 10:08:05 peterg ## method to Euler ## ## Revision 1.1 1998/07/27 11:29:13 peterg ## Initial revision ## ############################################################### LAST=10.0; # Last time in simulation DT=0.1; # Print interval STEPFACTOR=10; # Integration steps per print interval |
Modified mttroot/mtt/lib/examples/Mechanical/Mechanical-2D/TwoLinkxyc/TwoLinkxyc_simpar.txt from [cc1f95574f] to [2d422722b4].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # -*-octave-*- Put Emacs into octave-mode # Simulation parameters for system TwoLinkxyc (TwoLinkxyc_simpar.txt) # Generated by MTT on Mon Feb 22 09:44:37 GMT 1999. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### LAST = 10.0; # Last time in simulation DT = 0.1; # Print interval STEPFACTOR = 10; # Integration steps per print interval | > > > < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # -*-octave-*- Put Emacs into octave-mode # Simulation parameters for system TwoLinkxyc (TwoLinkxyc_simpar.txt) # Generated by MTT on Mon Feb 22 09:44:37 GMT 1999. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1999/02/22 10:09:34 peterg ## Initial revision ## ############################################################### LAST = 10.0; # Last time in simulation DT = 0.1; # Print interval STEPFACTOR = 10; # Integration steps per print interval WMIN = -1; # Minimum frequency = 10^WMIN WMAX = 2; # Maximum frequency = 10^WMAX WSTEPS = 100; # Number of frequency steps INPUT = 1; # Index of the input |
Modified mttroot/mtt/lib/examples/Mechanical/Mechanical-2D/gTwoLink/gTwoLink_simpar.txt from [cb712b45f6] to [3d75c9838a].
1 2 3 4 5 6 7 8 9 10 11 12 13 | # Simulation parameters for system gTwoLink (gTwoLink_simpar.txt) # Generated by MTT on Mon Jul 27 08:11:02 BST 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### LAST=50.0; DT=0.1; STEPFACTOR=10; | > > > < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Simulation parameters for system gTwoLink (gTwoLink_simpar.txt) # Generated by MTT on Mon Jul 27 08:11:02 BST 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1999/02/22 10:06:54 peterg ## Initial revision ## ############################################################### LAST=50.0; DT=0.1; STEPFACTOR=10; |