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

Go to the source code of this file.

Functions/Subroutines

subroutine c_iradia (ibcr, cep, proc, nradia_l, numradia, numconv, niradia)

Function/Subroutine Documentation

◆ c_iradia()

subroutine c_iradia ( integer, dimension(niradia,*) ibcr,
integer, dimension(*) cep,
integer proc,
integer nradia_l,
integer, intent(in) numradia,
integer, intent(in) numconv,
integer, intent(in) niradia )

Definition at line 28 of file c_iradia.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C C o m m o n B l o c k s
36C-----------------------------------------------
37#include "com04_c.inc"
38#include "param_c.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER ,INTENT(IN) :: NUMCONV
43 INTEGER ,INTENT(IN) :: NUMRADIA
44 INTEGER ,INTENT(IN) :: NIRADIA
45 INTEGER PROC, NRADIA_L, IBCR(NIRADIA,*), CEP(*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER I, NB_L, OFF
50C
51 off = numelc+numeltg+numels+numelq+numelt+numelp+numelr
52 + + numelx + nconld + numconv
53 nb_l = 0
54C
55 DO i = 1, numradia
56 IF(cep(i+off)==proc) THEN
57 nb_l = nb_l + 1
58 ENDIF
59 ENDDO
60C
61 nradia_l = nb_l
62C
63 RETURN