Structure representing EAS for Q1 with 7 enhanced strains. More...
#include <ikarus/finiteelements/mechanics/eas/eas2d.hh>
Public Types | |
using | MType = Eigen::Matrix< double, strainSize, enhancedStrainSize > |
using | DType = Eigen::Matrix< double, enhancedStrainSize, enhancedStrainSize > |
Public Member Functions | |
Q1E7 ()=default | |
Q1E7 (const GEO &geometry) | |
auto | calcM (const Dune::FieldVector< double, 2 > &quadPos) const |
Static Public Attributes | |
static constexpr int | strainSize = 3 |
static constexpr int | enhancedStrainSize = 7 |
This structure defines the EAS for Q1 elements with 7 enhanced strains.
GEO | The geometry type. |
using Ikarus::EAS::Q1E7< GEO >::DType = Eigen::Matrix<double, enhancedStrainSize, enhancedStrainSize> |
using Ikarus::EAS::Q1E7< GEO >::MType = Eigen::Matrix<double, strainSize, enhancedStrainSize> |
|
default |
|
inlineexplicit |
|
inline |
|
staticconstexpr |
|
staticconstexpr |