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

Go to the source code of this file.

Functions/Subroutines

subroutine drbycnt (nerby, npby, fr_rby2)

Function/Subroutine Documentation

◆ drbycnt()

subroutine drbycnt ( integer nerby,
integer, dimension(nnpby,*) npby,
integer, dimension(3,*) fr_rby2 )

Definition at line 32 of file drbycnt.F.

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 "task_c.inc"
41#include "com01_c.inc"
42#include "com04_c.inc"
43#include "param_c.inc"
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER NERBY,NERWL,NPBY(NNPBY,*),FR_RBY2(3,*)
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I,LOC_PROC
52C-----------------------------------------------
53 loc_proc = ispmd+1
54 IF (nspmd == 1) THEN
55 DO i=1,nrbody
56 nerby = nerby + npby(2,i)
57 ENDDO
58 ELSE
59 DO i=1,nrbody
60 IF (abs(fr_rby2(3,i))==loc_proc)
61 . nerby = nerby + fr_rby2(2,i)
62 ENDDO
63 CALL spmd_glob_isum9(nerby,1)
64 CALL spmd_ibcast(nerby,nerby,1,1,0,2)
65 ENDIF
66
67 RETURN
subroutine spmd_ibcast(tabi, tabr, n1, n2, from, add)
Definition spmd_ibcast.F:57
subroutine spmd_glob_isum9(v, len)
Definition spmd_th.F:523