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

Go to the source code of this file.

Functions/Subroutines

subroutine dparsrg (nsurg, nnwl, nodcut)

Function/Subroutine Documentation

◆ dparsrg()

subroutine dparsrg ( integer nsurg,
integer nnwl,
integer nodcut )

Definition at line 29 of file dparsrg.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"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER NSURG,NNWL,NODCUT
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER ISRG, N1, II(4),
46 . I,J,K
47C-----------------------------------------------
48 n1 = numnod + nodcut + nsect + nrwall + nnwl
49 DO isrg=1,nsurg
50 DO i = 1,6
51 DO j = 1,7
52 DO k = 1,7
53 ii(1) = n1
54 ii(2) = n1 + 1
55 ii(3) = n1 + 9
56 ii(4) = n1 + 8
57 CALL write_i_c(ii,4)
58 n1 = n1 + 1
59 ENDDO
60 n1 = n1 + 1
61 ENDDO
62 n1 = n1 + 8
63 ENDDO
64 END DO
65C
66 RETURN
void write_i_c(int *w, int *len)