40#include "implicit_f.inc"
49 TYPE (H3D_KEYWORD) H3D_KEYWORD_ONED_TENSOR(*)
51 INTEGER,
INTENT(INOUT) :: NKEY
60 h3d_keyword_oned_tensor(i)%KEY3 =
'TENS/STRESS'
61 h3d_keyword_oned_tensor(i)%IS_IPT = 1
62 h3d_keyword_oned_tensor(i)%IS_IPT_ALL = 1
63 h3d_keyword_oned_tensor(i)%TEXT1 =
'Stress'
66 h3d_keyword_oned_tensor(i)%KEY3 =
'TENS/STRAIN'
67 h3d_keyword_oned_tensor(i)%IS_IPT = 1
68 h3d_keyword_oned_tensor(i)%IS_IPT_ALL = 1
69 h3d_keyword_oned_tensor(i)%TEXT1 =
'Strain'
72 h3d_keyword_oned_tensor(i)%KEY3 =
'TENS/STRAIN/MAX'
73 h3d_keyword_oned_tensor(i)%TEXT1 =
'Maximum strain'
74 h3d_keyword_oned_tensor(i)%COMMENT =
'Maximum strain over the integration points'
77 h3d_keyword_oned_tensor(i)%KEY3 = 'tens/strain/tmax
'
78 H3D_KEYWORD_ONED_TENSOR(I)%TEXT1 = 'maximum strain over time
'
79 H3D_KEYWORD_ONED_TENSOR(I)%COMMENT = 'maximum strain reached over time over
the integration points
'