ikarus-project / ikarus

Ikarus is a C++-based library that uses DUNE modules to solve partial differential equations with the finite element method and more.
https://ikarus-project.github.io/
Other
5 stars 3 forks source link

Wrong Matrix Type in `calculateAt()` with non-Voigt shaped stress #254

Open henrij22 opened 6 months ago

henrij22 commented 6 months ago

For Nonlinearelastic Element the function

return mat_.template stresses<StrainTags::greenLagrangian, /* voigt */ false >(toVoigt(E));

returns a 3x3 Matrix beside the element beeing a 2d element.