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

Function/Subroutine Documentation

◆ dparrbe2()

subroutine dparrbe2 ( integer, dimension(*) lrbe2,
integer, dimension(nrbe2l,*) irbe2 )

Definition at line 30 of file dparrbe2.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C C o m m o n B l o c k s
37C-----------------------------------------------
38#include "com01_c.inc"
39#include "com04_c.inc"
40#include "param_c.inc"
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER IRBE2(NRBE2L,*),LRBE2(*)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER I, N,
49 . NSN, II(2)
50C-----------------------------------------------
51C seul le proc 0 effectue le traitement
52 IF (nspmd > 1) GOTO 100
53C
54 DO i=1,nrbe2
55 nsn = irbe2(5,i)
56 ii(1) = irbe2(3,i) - 1
57 DO n=1,nsn
58 ii(2) = lrbe2(irbe2(1,i)+n)-1
59 CALL write_i_c(ii,2)
60 ENDDO
61 ENDDO
62C
63 100 CONTINUE
64 RETURN
void write_i_c(int *w, int *len)