#include "implicit_f.inc"
#include "com04_c.inc"
#include "scr23_c.inc"
Go to the source code of this file.
|
| subroutine | c_elmx (kxx, cep, proc, isumnx_l) |
◆ c_elmx()
| subroutine c_elmx |
( |
integer, dimension(nixx,*) | kxx, |
|
|
integer, dimension(*) | cep, |
|
|
integer | proc, |
|
|
integer | isumnx_l ) |
Definition at line 28 of file c_elmx.F.
29
30
31
32#include "implicit_f.inc"
33
34
35
36#include "com04_c.inc"
37#include "scr23_c.inc"
38
39
40
41 INTEGER PROC, ISUMNX_L, KXX(NIXX,*), CEP(*)
42
43
44
45 INTEGER I, NB_L, OFF
46
47 off = numelc+numeltg+numels+numelq+numelt+numelp+numelr
48 nb_l = 0
49
50 DO i = 1, numelx
51 IF(cep(off+i)==proc) THEN
52 nb_l = nb_l + kxx(3,i)
53 ENDIF
54 ENDDO
55
56 isumnx_l = nb_l
57
58 RETURN