Overview
Comment:Modified for new format with __
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 2cf4cfb11df72f1448df9905bda14d6e976523f81704d8accb90079e46db4a34
User & Date: gawthrop@users.sourceforge.net on 2003-05-08 18:48:49
Other Links: branch diff | manifest | tags
Context
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
18:47:50
Fixed __ bug when using * representations check-in: 9259d5b445 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/examples/Electrical/rc/pulse/rc_input.txt from [2335b1e9b6] to [c92e3fb3b1].

1
2
3
4
5
6
7
8
9
10
## -*-octave-*- Put Emacs into octave-mode ##
 
## 
## System rc, representation input, language txt; 
## File rc_input.txt; 
## Generated by MTT on Wed May  1 08:47:22 BST 2002; 



rc_e1	= 1.0*(t<1);		# On for t<1









|
1
2
3
4
5
6
7
8
9
10
## -*-octave-*- Put Emacs into octave-mode ##
 
## 
## System rc, representation input, language txt; 
## File rc_input.txt; 
## Generated by MTT on Wed May  1 08:47:22 BST 2002; 



rc__e1	= 1.0*(t<1);		# On for t<1

Modified mttroot/mtt/lib/examples/Electrical/rc/step/rc_input.txt from [ac454fb47a] to [ae6bcdc7ad].

1
2
3
4
5
6
7
8
9
10
## -*-octave-*- Put Emacs into octave-mode ##
 
## 
## System rc, representation input, language txt; 
## File rc_input.txt; 
## Generated by MTT on Wed May  1 08:51:26 BST 2002; 



rc_e1	= 1.0;			# Step









|
1
2
3
4
5
6
7
8
9
10
## -*-octave-*- Put Emacs into octave-mode ##
 
## 
## System rc, representation input, language txt; 
## File rc_input.txt; 
## Generated by MTT on Wed May  1 08:51:26 BST 2002; 



rc__e1	= 1.0;			# Step

Modified mttroot/mtt/lib/examples/Mechanical/Mechanical-1D/Beams/CantileverBeam/CantileverBeam_input.txt from [8977885a4e] to [9045589c63].

1
2
3
4
5
6
7
8



9
10
11
12
13
14

# -*-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$



###############################################################

# Set the inputs
mttu(1) = exp(-t/0.1); 	# tau (CantileverBeam)

# Set the switches









>
>
>



|


>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*-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)

# Set the switches
cantileverbeam__mttfixed__u__u	= exp(-t/0.1); 	# tau (CantileverBeam)


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]