OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dparrby.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 dparrby (lpby, npby)

Function/Subroutine Documentation

◆ dparrby()

subroutine dparrby ( integer, dimension(*) lpby,
integer, dimension(nnpby,*) npby )

Definition at line 29 of file dparrby.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 NPBY(NNPBY,*),LPBY(*)
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
46 INTEGER I, K, N,
47 . NSN, II(2)
48C-----------------------------------------------
49 k=0
50 DO i=1,nrbykin
51 nsn = npby(2,i)
52 ii(1) = npby(1,i) - 1
53 DO n=1,nsn
54 ii(2) = lpby(n+k)-1
55 CALL write_i_c(ii,2)
56 ENDDO
57 k = k + nsn
58 ENDDO
59 DO i=nrbykin+1,nrbody
60 nsn = npby(2,i)
61 ii(1) = npby(1,i) - 1
62 DO n=1,nsn
63 ii(2) = lpby(n+k)-1
64 CALL write_i_c(ii,2)
65 ENDDO
66 k = k + nsn*3
67 ENDDO
68C
69 RETURN
void write_i_c(int *w, int *len)