Structure representing EAS for Q2 with 11 enhanced strains. More...
#include <ikarus/finiteelements/mechanics/strainenhancements/easvariants/linearandglstrains.hh>
Public Types | |
using | Base = EX< GEO, 11 > |
using | AnsatzType = typename Base::AnsatzType |
using | DType = typename Base::DType |
Public Member Functions | |
E11 ()=default | |
E11 (const GEO &geo) | |
AnsatzType | operator() (const Dune::FieldVector< double, myDim > &quadPos) const |
Static Public Attributes | |
static constexpr int | myDim = Base::myDim |
static constexpr int | strainSize = Base::strainSize |
static constexpr int | enhancedStrainSize = Base::enhancedStrainSize |
Protected Attributes | |
std::optional< GEO > | geometry_ |
Eigen::Matrix< double, strainSize, strainSize > | T0InverseTransformed_ |
See [3] for details.
This structure defines the EAS for Q2 elements with 11 enhanced strains.
GEO | The geometry type. |
using Ikarus::EAS::E11< GEO >::AnsatzType = typename Base::AnsatzType |
using Ikarus::EAS::E11< GEO >::Base = EX<GEO, 11> |
using Ikarus::EAS::E11< GEO >::DType = typename Base::DType |
|
default |
|
inlineexplicit |
|
inline |
|
staticconstexpr |
|
protectedinherited |
|
staticconstexpr |
|
staticconstexpr |
|
protectedinherited |