15 const double & lambda)
17 C = Eigen::Matrix<double, 6, 6>::Zero();
19 for (
int i = 0; i < 3; i++)
23 for (
int j = 0;
j < 3;
j++)
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 par...
static const std::string G
static const std::complex< double > j(0, 1)
Complex number "j" (also known as "i")
static const std::string C