#include "implicit_f.inc"
#include "param_c.inc"
#include "com04_c.inc"
Go to the source code of this file.
◆ h3d_list_sph_tensor()
| subroutine h3d_list_sph_tensor |
( |
type (h3d_keyword), dimension(*) | h3d_keyword_sph_tensor, |
|
|
| geo, |
|
|
integer, dimension(npropgi,numgeo) | igeo, |
|
|
integer, intent(inout) | nkey ) |
Definition at line 31 of file h3d_list_sph_tensor.F.
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_SPH_TENSOR(*)
51 INTEGER IGEO(NPROPGI,NUMGEO)
52 INTEGER, INTENT(INOUT) :: NKEY
53
54
55
56 INTEGER I,J,NIPMAX
57
58 i = 0
59
60 i = i + 1
61 h3d_keyword_sph_tensor(i)%KEY3 = 'TENS/STRESS'
62 h3d_keyword_sph_tensor(i)%TEXT1 = 'Stress'
63
64 i = i + 1
65 h3d_keyword_sph_tensor(i)%KEY3 = 'TENS/STRAIN'
66 h3d_keyword_sph_tensor(i)%TEXT1 = 'Strain'
67
68 i = i + 1
69 h3d_keyword_sph_tensor(i)%KEY3 = 'TENS/DAMA'
70 h3d_keyword_sph_tensor(i)%TEXT1 = 'Damage'
71
72
73 nkey=i