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

Structure representing EAS for H1 with 21 enhanced strains. More...

#include <ikarus/finiteelements/mechanics/eas/eas3d.hh>

Public Types

using MType = Eigen::Matrix< double, strainSize, enhancedStrainSize >
 
using DType = Eigen::Matrix< double, enhancedStrainSize, enhancedStrainSize >
 

Public Member Functions

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

Static Public Attributes

static constexpr int strainSize = 6
 
static constexpr int enhancedStrainSize = 21
 

Detailed Description

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

This structure defines the EAS for H1 elements with 21 enhanced strains.

Template Parameters
GEOThe geometry type.

Member Typedef Documentation

◆ DType

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

◆ MType

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

Constructor & Destructor Documentation

◆ H1E21() [1/2]

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

◆ H1E21() [2/2]

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

Member Function Documentation

◆ calcM()

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

Member Data Documentation

◆ enhancedStrainSize

template<typename GEO >
constexpr int Ikarus::EAS::H1E21< GEO >::enhancedStrainSize = 21
staticconstexpr

◆ strainSize

template<typename GEO >
constexpr int Ikarus::EAS::H1E21< GEO >::strainSize = 6
staticconstexpr

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