version 0.4.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Ikarus::EAS::E11< GEO > Struct Template Reference

Structure representing EAS for Q2 with 11 enhanced strains. More...

#include <ikarus/finiteelements/mechanics/strainenhancements/easvariants/linearandglstrains.hh>

Inheritance diagram for Ikarus::EAS::E11< GEO >:
[legend]

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, strainSizeT0InverseTransformed_
 

Detailed Description

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

See [3] for details.

This structure defines the EAS for Q2 elements with 11 enhanced strains.

Template Parameters
GEOThe geometry type.

Member Typedef Documentation

◆ AnsatzType

template<typename GEO >
using Ikarus::EAS::E11< GEO >::AnsatzType = typename Base::AnsatzType

◆ Base

template<typename GEO >
using Ikarus::EAS::E11< GEO >::Base = EX<GEO, 11>

◆ DType

template<typename GEO >
using Ikarus::EAS::E11< GEO >::DType = typename Base::DType

Constructor & Destructor Documentation

◆ E11() [1/2]

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

◆ E11() [2/2]

template<typename GEO >
Ikarus::EAS::E11< GEO >::E11 ( const GEO &  geo)
inlineexplicit

Member Function Documentation

◆ operator()()

template<typename GEO >
AnsatzType Ikarus::EAS::E11< GEO >::operator() ( const Dune::FieldVector< double, myDim > &  quadPos) const
inline

Member Data Documentation

◆ enhancedStrainSize

template<typename GEO >
constexpr int Ikarus::EAS::E11< GEO >::enhancedStrainSize = Base::enhancedStrainSize
staticconstexpr

◆ geometry_

std::optional<GEO> Ikarus::EAS::EX< GEO, ess >::geometry_
protectedinherited

◆ myDim

template<typename GEO >
constexpr int Ikarus::EAS::E11< GEO >::myDim = Base::myDim
staticconstexpr

◆ strainSize

template<typename GEO >
constexpr int Ikarus::EAS::E11< GEO >::strainSize = Base::strainSize
staticconstexpr

◆ T0InverseTransformed_

Eigen::Matrix<double, strainSize, strainSize> Ikarus::EAS::EX< GEO, ess >::T0InverseTransformed_
protectedinherited

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