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

Go to the source code of this file.

Functions/Subroutines

subroutine c_rbymk (npby, lpby, proc, nslarb_l, nskyrbk_l)

Function/Subroutine Documentation

◆ c_rbymk()

subroutine c_rbymk ( integer, dimension(nirbym,*) npby,
integer, dimension(*) lpby,
integer proc,
integer nslarb_l,
integer nskyrbk_l )

Definition at line 32 of file c_rbymk.F.

33C-----------------------------------------------
34C M o d u l e s
35C-----------------------------------------------
36C-----------------------------------------------
37C I m p l i c i t T y p e s
38C-----------------------------------------------
39#include "implicit_f.inc"
40C-----------------------------------------------
41C C o m m o n B l o c k s
42C-----------------------------------------------
43#include "com01_c.inc"
44#include "com04_c.inc"
45C-----------------------------------------------
46C D u m m y A r g u m e n t s
47C-----------------------------------------------
48 INTEGER PROC, NSLARB_L, NSKYRB_L, NSKYRBK_L,
49 . NPBY(NIRBYM,*), LPBY(*)
50C-----------------------------------------------
51C F u n c t i o n
52C-----------------------------------------------
53 INTEGER NLOCAL
54 EXTERNAL nlocal
55C-----------------------------------------------
56C L o c a l V a r i a b l e s
57C-----------------------------------------------
58 INTEGER NSL, K, KK, N, NN
59C
60 nslarb_l = 0
61 k = 0
62 DO n = 1, nrbym
63 nsl=npby(2,n)
64 DO kk = 1, nsl
65 nn = lpby(k+kk)
66 IF(nlocal(nn,proc+1)==1)THEN
67 nslarb_l = nslarb_l + 1
68 ENDIF
69 ENDDO
70 k = k + nsl
71 ENDDO
72 IF(ipari0/=0) nskyrbk_l = nslarb_l
73C
74 RETURN
integer function nlocal(n, p)
Definition ddtools.F:349