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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ c_rbyk()

subroutine c_rbyk ( integer, dimension(nnpby,*) npby,
integer, dimension(*) lpby,
integer proc,
integer nslarb_l,
integer nskyrbk_l )

Definition at line 31 of file c_rbyk.F.

32C-----------------------------------------------
33C M o d u l e s
34C-----------------------------------------------
35
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"
45#include "param_c.inc"
46C-----------------------------------------------
47C D u m m y A r g u m e n t s
48C-----------------------------------------------
49 INTEGER PROC, NSLARB_L, NSKYRB_L, NSKYRBK_L,
50 . NPBY(NNPBY,*), LPBY(*)
51C-----------------------------------------------
52C F u n c t i o n
53C-----------------------------------------------
54 INTEGER NLOCAL
55 EXTERNAL nlocal
56C-----------------------------------------------
57C L o c a l V a r i a b l e s
58C-----------------------------------------------
59 INTEGER NSL, K, KK, N, NN
60C
61 nslarb_l = 0
62 k = 0
63 DO n = 1, nrbykin
64 nsl=npby(2,n)
65 DO kk = 1, nsl
66 nn = lpby(k+kk)
67 IF(nlocal(nn,proc+1)==1)THEN
68 nslarb_l = nslarb_l + 1
69 ENDIF
70 ENDDO
71 k = k + nsl
72 ENDDO
73 IF(ipari0/=0) nskyrbk_l = nslarb_l
74C
75 RETURN
integer function nlocal(n, p)
Definition ddtools.F:349