Dummy struct for displacement-based EAS elements, i.e. 0 enhanced modes, where displacement gradient is enhanced.
#include <ikarus/finiteelements/mechanics/strainenhancements/easvariants/displacementgradient.hh>
Public Types | |
using | Base = HX< GEO, 0 > |
using | MType = typename Base::MType |
using | DType = typename Base::DType |
using | AnsatzType = typename Base::AnsatzType |
using | HType = typename Base::HType |
Public Member Functions | |
H0 ()=default | |
H0 (const GEO &geo) | |
HType | operator() (const Dune::FieldVector< double, myDim > &) const |
Static Public Attributes | |
static constexpr int | myDim = Base::myDim |
static constexpr int | strainSize = Base::strainSize |
static constexpr int | enhancedStrainSize = Base::enhancedStrainSize |
Protected Member Functions | |
const auto & | geometry () const |
Protected Attributes | |
std::optional< GEO > | geometry_ |
using Ikarus::EAS::H0< GEO >::AnsatzType = typename Base::AnsatzType |
using Ikarus::EAS::H0< GEO >::Base = HX<GEO, 0> |
using Ikarus::EAS::H0< GEO >::DType = typename Base::DType |
using Ikarus::EAS::H0< GEO >::HType = typename Base::HType |
using Ikarus::EAS::H0< GEO >::MType = typename Base::MType |
|
default |
|
inlineexplicit |
|
inlineprotectedinherited |
|
inline |
|
staticconstexpr |
|
protectedinherited |
|
staticconstexpr |
|
staticconstexpr |