OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dparsrg.F File Reference
#include "implicit_f.inc"
#include "com04_c.inc"
#include "task_c.inc"
#include "spmd_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 30 of file dparsrg.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 "task_c.inc"
40#include "spmd_c.inc"
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER NSURG,NNWL,NODCUT
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER ISRG, N1, II(4),
49 . I,J,K
50C-----------------------------------------------
51C seul le proc 0 effectue le traitement
52 IF (ispmd/=0) GOTO 100
53C-----------------------------------------------
54 n1 = numnodg + nodcut + nsect + nrwall + nnwl
55 DO isrg=1,nsurg
56 DO i = 1,6
57 DO j = 1,7
58 DO k = 1,7
59 ii(1) = n1
60 ii(2) = n1 + 1
61 ii(3) = n1 + 9
62 ii(4) = n1 + 8
63 CALL write_i_c(ii,4)
64 n1 = n1 + 1
65 ENDDO
66 n1 = n1 + 1
67 ENDDO
68 n1 = n1 + 8
69 ENDDO
70 END DO
71
72 100 CONTINUE
73 RETURN
void write_i_c(int *w, int *len)