25 #ifndef GRINS_HOOKES_LAW_H 
   26 #define GRINS_HOOKES_LAW_H 
   53     HookesLaw( 
const GetPot& input, 
const std::string& material );
 
   99 #endif // GRINS_HOOKES_LAW_H 
void compute_stress_imp(unsigned int dim, const libMesh::TensorValue< libMesh::Real > &g_contra, const libMesh::TensorValue< libMesh::Real > &g_cov, const libMesh::TensorValue< libMesh::Real > &G_contra, const libMesh::TensorValue< libMesh::Real > &G_cov, libMesh::TensorValue< libMesh::Real > &stress)
 
void read_input_options(const GetPot &input)
Parse properties from input. 
 
void compute_stress_and_elasticity_imp(unsigned int dim, const libMesh::TensorValue< libMesh::Real > &g_contra, const libMesh::TensorValue< libMesh::Real > &g_cov, const libMesh::TensorValue< libMesh::Real > &G_contra, const libMesh::TensorValue< libMesh::Real > &G_cov, libMesh::TensorValue< libMesh::Real > &stress, ElasticityTensor &C)
 
Elasticity tensor for Hooke's law. 
 
ParameterUser base class. Utility methods for subclasses. 
 
libMesh::Real _mu
Lam\'{e} constant. 
 
libMesh::Real compute_33_stress_imp(const libMesh::TensorValue< libMesh::Real > &g_contra, const libMesh::TensorValue< libMesh::Real > &g_cov, const libMesh::TensorValue< libMesh::Real > &G_contra, const libMesh::TensorValue< libMesh::Real > &G_cov)
 
libMesh::Real _lambda
Lam\'{e} constant.