Overview
Comment:Moved standard CR packages into the mtt:: workspace.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 77f05bcb5d7c6d0ee55af465cc62c3d6081716b42860b930f1a2a4bb624836b6
User & Date: geraint@users.sourceforge.net on 2004-09-03 08:34:26
Other Links: branch diff | manifest | tags
Context
2004-09-03
08:35:27
Copies Perl CRs to an mtt subdirectory (=> mtt:: workspace). check-in: 9d047c0906 user: geraint@users.sourceforge.net tags: origin/master, trunk
08:34:26
Moved standard CR packages into the mtt:: workspace. check-in: 77f05bcb5d user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-09-02
22:06:09
Does not issue warnings about Reduce reserved words if the
second argument (use_reduce) is "no".
check-in: 228301c3c3 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/cr/perl/Density.pm from [2d4c1c67cc] to [5a84b70eb1].

1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package Density;

#-------------------------------------------------------------------------------
#		linear constitutive relationship with cosine modulation
#-------------------------------------------------------------------------------

use strict;
use warnings;





|







1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package mtt::Density;

#-------------------------------------------------------------------------------
#		linear constitutive relationship with cosine modulation
#-------------------------------------------------------------------------------

use strict;
use warnings;

Modified mttroot/mtt/lib/cr/perl/Poly.pm from [8d57733efc] to [c84d6eb22f].

1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package Poly;

#-------------------------------------------------------------------------------
#		Polytropic constitutive relationship 
#-------------------------------------------------------------------------------

use strict;
use warnings;





|







1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package mtt::Poly;

#-------------------------------------------------------------------------------
#		Polytropic constitutive relationship 
#-------------------------------------------------------------------------------

use strict;
use warnings;

Modified mttroot/mtt/lib/cr/perl/lcos.pm from [ed0476b24c] to [658fa3455b].

1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package lcos;

#-------------------------------------------------------------------------------
#		linear constitutive relationship with cosine modulation
#-------------------------------------------------------------------------------

use strict;
use warnings;





|







1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package mtt::lcos;

#-------------------------------------------------------------------------------
#		linear constitutive relationship with cosine modulation
#-------------------------------------------------------------------------------

use strict;
use warnings;

Modified mttroot/mtt/lib/cr/perl/lin.pm from [7dc815294b] to [c83d02ae5f].

1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package lin;

#-------------------------------------------------------------------------------
#		Default linear constitutive relationship
#-------------------------------------------------------------------------------

use strict;
use warnings;





|







1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package mtt::lin;

#-------------------------------------------------------------------------------
#		Default linear constitutive relationship
#-------------------------------------------------------------------------------

use strict;
use warnings;

Modified mttroot/mtt/lib/cr/perl/lsin.pm from [28dc8cdd40] to [965bba1c0f].

1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package lsin;

#-------------------------------------------------------------------------------
#		linear constitutive relationship with sine modulation
#-------------------------------------------------------------------------------

use strict;
use warnings;





|







1
2
3
4
5
6
7
8
9
10
11
12
13
#-------------------------------------------------------------------------------
#			Model Transformation Tools
#-------------------------------------------------------------------------------


package mtt::lsin;

#-------------------------------------------------------------------------------
#		linear constitutive relationship with sine modulation
#-------------------------------------------------------------------------------

use strict;
use warnings;


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