OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
c_iconv.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_iconv (ibcv, cep, proc, nconv_l, numconv, niconv)

Function/Subroutine Documentation

◆ c_iconv()

subroutine c_iconv ( integer, dimension(niconv,*) ibcv,
integer, dimension(*) cep,
integer proc,
integer nconv_l,
integer, intent(in) numconv,
integer, intent(in) niconv )

Definition at line 28 of file c_iconv.F.

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