32
33
34
37
38
39
40#include "implicit_f.inc"
41
42
43
44#include "param_c.inc"
45#include "com04_c.inc"
46
47
48
49 TYPE (H3D_KEYWORD) H3D_KEYWORD_ONED_TENSOR(*)
51 INTEGER, INTENT(INOUT) :: NKEY
52
53
54
55 INTEGER I,J,NIPMAX
56
57 i = 0
58
59 i = i + 1
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'
64
65 i = i + 1
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'
70
71 i = i + 1
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'
75
76 i = i + 1
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'
80
81
82
83 nkey=i