#include "implicit_f.inc"
#include "com04_c.inc"
#include "task_c.inc"
#include "spmd_c.inc"
Go to the source code of this file.
|
| subroutine | dparsrg (nsurg, nnwl, nodcut) |
◆ dparsrg()
| subroutine dparsrg |
( |
integer | nsurg, |
|
|
integer | nnwl, |
|
|
integer | nodcut ) |
Definition at line 30 of file dparsrg.F.
31
32
33
34#include "implicit_f.inc"
35
36
37
38#include "com04_c.inc"
39#include "task_c.inc"
40#include "spmd_c.inc"
41
42
43
44 INTEGER NSURG,NNWL,NODCUT
45
46
47
48 INTEGER ISRG, N1, II(4),
49 . I,J,K
50
51
52 IF (ispmd/=0) GOTO 100
53
54 n1 = numnodg + nodcut + nsect + nrwall + nnwl
55 DO isrg=1,nsurg
56 DO i = 1,6
57 DO j = 1,7
58 DO k = 1,7
59 ii(1) = n1
60 ii(2) = n1 + 1
61 ii(3) = n1 + 9
62 ii(4) = n1 + 8
64 n1 = n1 + 1
65 ENDDO
66 n1 = n1 + 1
67 ENDDO
68 n1 = n1 + 8
69 ENDDO
70 END DO
71
72 100 CONTINUE
73 RETURN
void write_i_c(int *w, int *len)