OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
drbe2cnt.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 drbe2cnt (nerbe2, irbe2, lrbe2, weight)

Function/Subroutine Documentation

◆ drbe2cnt()

subroutine drbe2cnt ( integer nerbe2,
integer, dimension(nrbe2l,*) irbe2,
integer, dimension(*) lrbe2,
integer, dimension(*) weight )

Definition at line 32 of file drbe2cnt.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 "com01_c.inc"
41#include "com04_c.inc"
42#include "param_c.inc"
43C-----------------------------------------------
44C D u m m y A r g u m e n t s
45C-----------------------------------------------
46 INTEGER NERBE2,NERWL,IRBE2(NRBE2L,*),WEIGHT(*),
47 . LRBE2(*)
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I,N,NSN
52C-----------------------------------------------
53C seul le proc 0 effectue le traitement
54 DO i=1,nrbe2
55 nsn = irbe2(5,i)
56 DO n=1,nsn
57 IF (weight(lrbe2(irbe2(1,i)+n))==1) nerbe2 = nerbe2 + 1
58 ENDDO
59 ENDDO
60 IF(nspmd > 1) CALL spmd_glob_isum9(nerbe2,1)
61 IF(nspmd > 1) CALL spmd_ibcast(nerbe2,nerbe2,1,1,0,2)
62
63 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