#include "implicit_f.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "tabsiz_c.inc"
Go to the source code of this file.
◆ write_joint()
Definition at line 33 of file write_joint.F.
34
35
36
37
38
39
40
41
42
45
46
47
48#include "implicit_f.inc"
49
50
51
52#include "com01_c.inc"
53#include "com04_c.inc"
54#include "tabsiz_c.inc"
55
56
57
58 INTEGER :: N,IS_SMS_AVAILABLE
59 INTEGER, DIMENSION(NJOINT) :: NUMBER_NODE
60
61 IF(njoint>0) THEN
62 DO n=1,njoint
63 number_node(n) =
cyl_join(n)%NUMBER_NODE
64 ENDDO
65
67
68
69 DO n=1,njoint
70 IF(number_node(n)>0) THEN
71
73
75
77
79
81 ENDIF
82
84
86 ENDDO
87 ! ------------------------------
88
89 is_sms_available = 0
92
94
95 ENDIF
96
97 RETURN
type(joint_type), dimension(:), allocatable cyl_join
integer, dimension(:), allocatable ljoint
void write_i_c(int *w, int *len)