#include "implicit_f.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | c_ibvel (ibvel, lbvel, llbvel_l, nskyrbm_l, proc) |
◆ c_ibvel()
| subroutine c_ibvel |
( |
integer, dimension(nbvelp,*) | ibvel, |
|
|
integer, dimension(*) | lbvel, |
|
|
integer | llbvel_l, |
|
|
integer | nskyrbm_l, |
|
|
integer | proc ) |
Definition at line 31 of file c_ibvel.F.
32
33
34
35
36
37
38
39#include "implicit_f.inc"
40
41
42
43#include "com01_c.inc"
44#include "com04_c.inc"
45#include "param_c.inc"
46
47
48
49 INTEGER PROC, LLBVEL_L,NSKYRBM_L,
50 . IBVEL(NBVELP,*), LBVEL(*)
51
52
53
54 INTEGER NLOCAL
56
57
58
59 INTEGER I, J, K, NSN, ILP, N
60
61 ilp = 0
62 k = 0
63 DO i = 1, nibvel
64 nsn = ibvel(3,i)
65 DO j = 1, nsn
66 n = lbvel(k+j)
67 IF (
nlocal(n,proc+1)==1)
THEN
68 ilp = ilp + 1
69 ENDIF
70 ENDDO
71 k = k + nsn
72 ENDDO
73
74 llbvel_l = ilp
75 IF(ipari0/=0) nskyrbm_l = llbvel_l
76
77 RETURN