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

Go to the source code of this file.

Functions/Subroutines

subroutine dparrbe3 (lrbe3, irbe3)

Function/Subroutine Documentation

◆ dparrbe3()

subroutine dparrbe3 ( integer, dimension(*) lrbe3,
integer, dimension(nrbe3l,*) irbe3 )

Definition at line 30 of file dparrbe3.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 "com04_c.inc"
39#include "param_c.inc"
40#include "task_c.inc"
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER IRBE3(NRBE3L,*),LRBE3(*)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER I, N,
49 . NMN, II(2)
50C-----------------------------------------------
51C seul le proc 0 effectue le traitement
52 IF (ispmd/=0) GOTO 100
53C
54 DO i=1,nrbe3
55 nmn = irbe3(5,i)
56 ii(1) = irbe3(3,i) - 1
57 DO n=1,nmn
58 ii(2) = lrbe3(irbe3(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)