Go to the source code of this file.
Functions | |
void | buildStiffnessMatrix (Eigen::Ref< Eigen::Matrix< double, 6, 6 >> C, const double &G, const double &lambda) |
build a 6x6 representation of the stiffness tensor in C from the shear modulus G and Lame's first parameter lambda. More... | |
void buildStiffnessMatrix | ( | Eigen::Ref< Eigen::Matrix< double, 6, 6 >> | C, |
const double & | G, | ||
const double & | lambda | ||
) |
build a 6x6 representation of the stiffness tensor in C from the shear modulus G and Lame's first parameter lambda.
Definition at line 13 of file build_stiffness_matrix.C.