Overview
Comment: | New input format |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
681531cc46e451c6538273cb539284f1 |
User & Date: | gawthrop@users.sourceforge.net on 2003-05-08 18:53:30 |
Other Links: | branch diff | manifest | tags |
Context
2003-05-09
| ||
09:46:46 | Fixed html output of figures check-in: 03e99365e8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2003-05-08
| ||
18:53:30 | New input format check-in: 681531cc46 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
18:48:49 | Modified for new format with __ check-in: 2cf4cfb11d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Mechanical/Mechanical-1D/Beams/CantileverBeam/CantileverBeam_input.txt from [9045589c63] to [0c2d8a210e].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # -*-octave-*- Put Emacs into octave-mode # Input specification (CantileverBeam_input.txt) # Generated by MTT at Thu Apr 22 00:12:54 BST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/12/28 17:58:27 peterg ## To RCS ## ############################################################### # Set the inputs ## Removed by MTT on Thu May 8 16:55:10 BST 2003: mttu(1) = exp(-t/0.1); # tau (CantileverBeam) | > > > < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # -*-octave-*- Put Emacs into octave-mode # Input specification (CantileverBeam_input.txt) # Generated by MTT at Thu Apr 22 00:12:54 BST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 2003/05/08 18:48:49 gawthrop ## Modified for new format with __ ## ## Revision 1.1 2000/12/28 17:58:27 peterg ## To RCS ## ############################################################### # Set the inputs ## Removed by MTT on Thu May 8 16:55:10 BST 2003: mttu(1) = exp(-t/0.1); # tau (CantileverBeam) cantileverbeam__mttfixed__u__u = exp(-t/0.1); # tau (CantileverBeam) |
Modified mttroot/mtt/lib/examples/Mechanical/Mechanical-1D/Beams/PinnedBeam/PinnedBeam_input.txt from [35ed139acb] to [5d573c78a5].
1 2 3 4 5 6 7 8 9 10 11 | # -*-octave-*- Put Emacs into octave-mode # Input specification (PinnedBeam_input.txt) # Generated by MTT at Thu Apr 22 00:12:54 BST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Set the inputs | > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # -*-octave-*- Put Emacs into octave-mode # Input specification (PinnedBeam_input.txt) # Generated by MTT at Thu Apr 22 00:12:54 BST 1999 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/12/28 17:59:05 peterg ## To RCS ## ############################################################### # Set the inputs pinnedbeam__mttfixed__u__u = exp(-t/0.1); # tau (PinnedBeam) # Set the switches |