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

Go to the source code of this file.

Functions/Subroutines

subroutine donerwl (irwl, nerwl, nprw)

Function/Subroutine Documentation

◆ donerwl()

subroutine donerwl ( integer irwl,
integer nerwl,
integer, dimension(*) nprw )

Definition at line 28 of file donerwl.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "task_c.inc"
37#include "com04_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER IRWL,NERWL,
42 . NPRW(*)
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
46 INTEGER N2, N3, N4, ITYP
47C-----------------------------------------------
48C seul le proc 0 effectue le traitement
49 IF (ispmd/=0) GOTO 100
50C
51 n2=irwl+nrwall
52 n3=n2+nrwall
53 n4=n3+nrwall
54 ityp= nprw(n4)
55 IF(iabs(ityp)==1)THEN
56 nerwl = nerwl + 1 + 1
57 ELSEIF(ityp==2)THEN
58 nerwl = nerwl + 24 + 1
59 ELSEIF(ityp==3)THEN
60 nerwl = nerwl + 216 + 1
61 ELSEIF(ityp==4)THEN
62 nerwl = nerwl + 1 + 1
63 ENDIF
64C
65 100 CONTINUE
66 RETURN