OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
c_igrav.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_igrav (igrav, lgrav, llgrav_l, proc, nodlocal, numnod_l)

Function/Subroutine Documentation

◆ c_igrav()

subroutine c_igrav ( integer, dimension(nigrv,*) igrav,
integer, dimension(*) lgrav,
integer llgrav_l,
integer proc,
integer, dimension(*), intent(in) nodlocal,
integer numnod_l )

Definition at line 28 of file c_igrav.F.

29C-----------------------------------------------
30C M o d u l e s
31C-----------------------------------------------
32
33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C C o m m o n B l o c k s
39C-----------------------------------------------
40#include "com04_c.inc"
41#include "param_c.inc"
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER PROC, LLGRAV_L,
46 . IGRAV(NIGRV,*), LGRAV(*) ,NUMNOD_L
47 INTEGER, DIMENSION(*), INTENT(IN) :: NODLOCAL
48C-----------------------------------------------
49C F u n c t i o n
50C-----------------------------------------------
51! INTEGER NLOCAL
52! EXTERNAL NLOCAL
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 INTEGER I, J, IAD, NL, N, ILP
57C
58 ilp = 0
59 DO i = 1, ngrav
60 nl = igrav(1,i)
61 iad= igrav(4,i)
62 DO j = 1, nl
63 n = abs(lgrav(iad+j-1))
64 IF (nodlocal(n)/=0.AND.nodlocal(n)<=numnod_l)THEN
65 ilp = ilp + 1
66 ENDIF
67 ENDDO
68 ENDDO
69C
70 llgrav_l = ilp
71C
72 RETURN
character *2 function nl()
Definition message.F:2354