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

Go to the source code of this file.

Functions/Subroutines

subroutine c_elig3d (kxig3d, proc, isumnig3d_l)

Function/Subroutine Documentation

◆ c_elig3d()

subroutine c_elig3d ( integer, dimension(nixig3d,*) kxig3d,
integer proc,
integer isumnig3d_l )

Definition at line 28 of file c_elig3d.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 "param_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER PROC, ISUMNIG3D_L, KXIG3D(NIXIG3D,*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER I, NB_L
46C
47 nb_l = 0
48C
49 DO i = 1, numelig3d
50 nb_l = nb_l + kxig3d(3,i)
51 ENDDO
52C
53 isumnig3d_l = nb_l
54C
55 RETURN