OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
drbe3cnt.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 drbe3cnt (nerbe3, irbe3, lrbe3, weight)

Function/Subroutine Documentation

◆ drbe3cnt()

subroutine drbe3cnt ( integer nerbe3,
integer, dimension(nrbe3l,*) irbe3,
integer, dimension(*) lrbe3,
integer, dimension(*) weight )

Definition at line 32 of file drbe3cnt.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 NERBE3,NERWL,IRBE3(NRBE3L,*),WEIGHT(*),
47 . LRBE3(*)
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I,N,MSN
52C-----------------------------------------------
53C seul le proc 0 effectue le traitement
54 DO i=1,nrbe3
55 msn = irbe3(5,i)
56 DO n=1,msn
57 IF (weight(lrbe3(irbe3(1,i)+n))==1)
58 . nerbe3 = nerbe3 + 1
59 ENDDO
60 ENDDO
61 IF(nspmd > 1) CALL spmd_glob_isum9(nerbe3,1)
62 IF(nspmd > 1) CALL spmd_ibcast(nerbe3,nerbe3,1,1,0,2)
63
64 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