Go to the source code of this file.
|
template<typename NodalScalarType , typename VarScalarType , typename FEVarType > |
void | MAST::Physics::Elasticity::MindlinPlate::inplane_strain (const FEVarType &fe_var, const uint_t qp, const VarScalarType z, typename Eigen::Matrix< VarScalarType, 3, 1 > &epsilon, MAST::Numerics::FEMOperatorMatrix< NodalScalarType > &Bmat) |
|
template<typename NodalScalarType , typename VarScalarType , typename FEVarType > |
void | MAST::Physics::Elasticity::MindlinPlate::transverse_shear_strain (const FEVarType &fe_var, const uint_t qp, typename Eigen::Matrix< VarScalarType, 2, 1 > &epsilon, MAST::Numerics::FEMOperatorMatrix< NodalScalarType > &Bmat) |
|