Overview
Comment: | Initial revision |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e3e0e763b600d5cd49af5820489baff2 |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-27 11:29:13 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-27
| ||
11:41:39 | Initial revision check-in: f9bc8cb3c6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:29:13 | Initial revision check-in: e3e0e763b6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:27:05 | Reformatted check-in: bbd6a4dbf2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/examples/Mechanical/Mechanical-2D/Pendulum/Pendulum_simpar.txt version [c9d421e6e1].
> > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # -*-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 STEPFACTOR=100; # Integration steps per print interval METHOD="Implicit"; # Integration method; |