37 const unsigned PMLTimeHarmonicElasticityTensor::Index[3][3][3][3] = {
38 {{{0, 1, 6}, {1, 2, 7}, {6, 7, 8}},
39 {{1, 3, 9}, {3, 4, 10}, {9, 10, 11}},
40 {{6, 9, 12}, {9, 13, 14}, {12, 14, 15}}},
42 {{{1, 3, 9}, {3, 4, 10}, {9, 10, 11}},
43 {{2, 4, 13}, {4, 5, 16}, {13, 16, 17}},
44 {{7, 10, 14}, {10, 16, 18}, {14, 18, 19}}},
46 {{{6, 9, 12}, {9, 13, 14}, {12, 14, 15}},
47 {{7, 10, 14}, {10, 16, 18}, {14, 18, 19}},
48 {{8, 11, 15}, {11, 17, 19}, {15, 19, 20}}}};
52 const unsigned PMLTimeHarmonicIsotropicElasticityTensor::StaticIndex[21] = {
53 1, 0, 2, 3, 0, 1, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 2, 3, 0, 1};
//////////////////////////////////////////////////////////////////// ////////////////////////////////...