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