-
- Downloads
Fix Voigt scaling issue
Voigt-Notation distinguishes in the transformation from Matrix to Vector between stresses and strains. The transformation for strains features an additional factor 2 for the non-diagonal entries. In order to avoid the use of different data structures for both stresses & strains we use the same Matrix-to-Vector mapping ('matrixToVoigt') and incorporate the factors in suitable places. namely: - The Stiffness matrix of the constitutive relation gets scaled by a factor of 2 in the last three columns - The 'voigtScalarProduct' scales the last three products by a factor of 2
Showing
- dune/microstructure/matrix_operations.hh 16 additions, 0 deletionsdune/microstructure/matrix_operations.hh
- dune/microstructure/prestrainedMaterial.hh 23 additions, 12 deletionsdune/microstructure/prestrainedMaterial.hh
- dune/microstructure/voigthelper.hh 16 additions, 6 deletionsdune/microstructure/voigthelper.hh
Loading
Please register or sign in to comment