MAST3
Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST)
mindlin_strain_operator.hpp File Reference
Include dependency graph for mindlin_strain_operator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MAST
 
 MAST::Physics
 
 MAST::Physics::Elasticity
 
 MAST::Physics::Elasticity::MindlinPlate
 

Functions

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)