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: |
f9bc8cb3c6d71f38c1d4703f041d075d |
User & Date: | gawthrop@users.sourceforge.net on 1998-07-27 11:41:39 |
Other Links: | branch diff | manifest | tags |
Context
1998-07-27
| ||
12:27:27 | Added vector port aliases check-in: 9df3852849 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
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 | |
Changes
Added mttroot/mtt/lib/examples/Mechanical/Mechanical-2D/Pendulum/Pendulum_numpar.txt version [1aa95a298a].
> > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # -*-octave-*- Put Emacs into octave-mode # Numerical parameter file (Pendulum_numpar.txt) # Generated by MTT at Mon Jul 27 12:38:25 BST 1998 # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # Parameters l = 1.0; # Pendulum m = 1.0; # Pendulum j = m*l*l/12.0; # Pendulum |
Added mttroot/mtt/lib/examples/Mechanical/Mechanical-2D/Pendulum/Pendulum_state.txt version [4f4e2a98f4].
> > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # -*-octave-*- Put Emacs into octave-mode # Initial state file (Pendulum_state.txt) # Generated by MTT at Mon Jul 27 12:34:12 BST 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Set the states mttx(1) = 0.0; # J (Pendulum_rod) mttx(2) = pi/4; # 3 (Pendulum_rod_th) mttx(3) = 0.0; # 2 (Pendulum_gravity) |