Overview
Comment: | method to Euler |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
08fcd31d9c683bedaf29643b713583e2 |
User & Date: | gawthrop@users.sourceforge.net on 1999-02-22 10:08:05 |
Other Links: | branch diff | manifest | tags |
Context
1999-02-22
| ||
10:09:34 | Initial revision check-in: d2201dbafc user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:08:05 | method to Euler check-in: 08fcd31d9c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:07:24 | Step facttor 10 check-in: 037068146f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Mechanical/Mechanical-2D/Pendulum/Pendulum_simpar.txt from [c9d421e6e1] to [5acc97dfa9].
1 2 3 4 5 6 7 8 9 10 11 12 13 | # -*-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$ ############################################################### LAST=10.0; # Last time in simulation DT=0.1; # Print interval | > > > | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # -*-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 METHOD=Euler; # Integration method; |