#include "implicit_f.inc"
#include "com04_c.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | c_ibcl (ibcl, cep, proc, nconld_l) |
◆ c_ibcl()
| subroutine c_ibcl |
( |
integer, dimension(nibcld,*) | ibcl, |
|
|
integer, dimension(*) | cep, |
|
|
integer | proc, |
|
|
integer | nconld_l ) |
Definition at line 29 of file c_ibcl.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37#include "com04_c.inc"
38#include "param_c.inc"
39
40
41
42 INTEGER , NCONLD_L, IBCL(NIBCLD,*), CEP(*)
43
44
45
46 INTEGER I, , OFF
47C
48 off = numelc+numeltg+numels+numelq+numelt+numelp+numelr
49 + + numelx
50 nb_l = 0
51
52 DO i = 1, nconld
53 IF(cep(i+off)==proc) THEN
54 nb_l = nb_l + 1
55 ENDIF
56 ENDDO
57
58 nconld_l = nb_l
59
60 RETURN