OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
c_elmx.F File Reference
#include "implicit_f.inc"
#include "com04_c.inc"
#include "scr23_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine c_elmx (kxx, cep, proc, isumnx_l)

Function/Subroutine Documentation

◆ 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.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "com04_c.inc"
37#include "scr23_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER PROC, ISUMNX_L, KXX(NIXX,*), CEP(*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER I, NB_L, OFF
46C
47 off = numelc+numeltg+numels+numelq+numelt+numelp+numelr
48 nb_l = 0
49C
50 DO i = 1, numelx
51 IF(cep(off+i)==proc) THEN
52 nb_l = nb_l + kxx(3,i)
53 ENDIF
54 ENDDO
55C
56 isumnx_l = nb_l
57C
58 RETURN