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;
|