Go to the source code of this file.
|
template<typename NodalScalarType , typename VarScalarType , typename FEVarType , uint_t Dim> |
std::enable_if< Dim==2, void >::type | MAST::Physics::Elasticity::LinearContinuum::strain (const FEVarType &fe_var, const uint_t qp, typename Eigen::Matrix< VarScalarType, 3, 1 > &epsilon, MAST::Numerics::FEMOperatorMatrix< NodalScalarType > &Bmat) |
|
template<typename NodalScalarType , typename VarScalarType , typename FEVarType , uint_t Dim> |
std::enable_if< Dim==3, void >::type | MAST::Physics::Elasticity::LinearContinuum::strain (const FEVarType &fe_var, const uint_t qp, typename Eigen::Matrix< VarScalarType, 6, 1 > &epsilon, MAST::Numerics::FEMOperatorMatrix< NodalScalarType > &Bmat) |
|