version 0.4.1
Ikarus::EAS::Q1E5< GEO > Struct Template Reference

Structure representing EAS for Q1 with 5 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

 Q1E5 ()=default
 
 Q1E5 (const GEO &geometry)
 
auto calcM (const Dune::FieldVector< double, 2 > &quadPos) const
 

Static Public Attributes

static constexpr int strainSize = 3
 
static constexpr int enhancedStrainSize = 5
 

Detailed Description

template<typename GEO>
struct Ikarus::EAS::Q1E5< GEO >

This structure defines the EAS for Q1 elements with 5 enhanced strains.

Template Parameters
GEOThe geometry type.

Member Typedef Documentation

◆ DType

template<typename GEO >
using Ikarus::EAS::Q1E5< GEO >::DType = Eigen::Matrix<double, enhancedStrainSize, enhancedStrainSize>

◆ MType

template<typename GEO >
using Ikarus::EAS::Q1E5< GEO >::MType = Eigen::Matrix<double, strainSize, enhancedStrainSize>

Constructor & Destructor Documentation

◆ Q1E5() [1/2]

template<typename GEO >
Ikarus::EAS::Q1E5< GEO >::Q1E5 ( )
default

◆ Q1E5() [2/2]

template<typename GEO >
Ikarus::EAS::Q1E5< GEO >::Q1E5 ( const GEO &  geometry)
inlineexplicit

Member Function Documentation

◆ calcM()

template<typename GEO >
auto Ikarus::EAS::Q1E5< GEO >::calcM ( const Dune::FieldVector< double, 2 > &  quadPos) const
inline

Member Data Documentation

◆ enhancedStrainSize

template<typename GEO >
constexpr int Ikarus::EAS::Q1E5< GEO >::enhancedStrainSize = 5
staticconstexpr

◆ strainSize

template<typename GEO >
constexpr int Ikarus::EAS::Q1E5< GEO >::strainSize = 3
staticconstexpr

The documentation for this struct was generated from the following file: