-
- Downloads
Store deformation gradient and stress as Voigt vectors
This avoids many transformations from symmetric matrices to Voigt vectors and back. In my (limited) testing, this reduces the time to assemble the stiffness matrix by about 25%. This patch also introduces a custom scalar product method for Voigt vectors, which reproduces the Frobenius scalar product in matrix space. That way, the potentially confusing distinction between stress-like Voigt vectors and strain-like Voigt vectors can be avoided.
Showing
- dune/microstructure/CorrectorComputer.hh 18 additions, 20 deletionsdune/microstructure/CorrectorComputer.hh
- dune/microstructure/EffectiveQuantitiesComputer.hh 3 additions, 3 deletionsdune/microstructure/EffectiveQuantitiesComputer.hh
- dune/microstructure/prestrainedMaterial.hh 4 additions, 6 deletionsdune/microstructure/prestrainedMaterial.hh
- dune/microstructure/voigthelper.hh 4 additions, 20 deletionsdune/microstructure/voigthelper.hh
Loading
Please register or sign in to comment