#include "implicit_f.inc"
#include "com01_c.inc"
Go to the source code of this file.
◆ init_joint()
| subroutine init_joint |
( |
integer, intent(in) | njoint | ) |
|
Definition at line 30 of file init_joint.F.
31
32
33
34
35
36
37
38
39
40
42
43
44
45#include "implicit_f.inc"
46
47
48
49#include "com01_c.inc"
50
51
52
53 INTEGER, INTENT(in) :: NJOINT
54
55
56
57 INTEGER :: I
58
59
60
61
62
63 DO i=1,njoint
67 ALLOCATE(
cyl_join(i)%NB_NODE(nspmd) )
69 ENDDO
70
71 RETURN
type(joint_type), dimension(:), allocatable cyl_join