OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
donerwl.F File Reference
#include "implicit_f.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 "com04_c.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER IRWL,NERWL,
41 . NPRW(*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER N2, N3, N4, ITYP
46C-----------------------------------------------
47C
48 n2=irwl+nrwall
49 n3=n2+nrwall
50 n4=n3+nrwall
51 ityp= nprw(n4)
52 IF(iabs(ityp)==1)THEN
53 nerwl = nerwl + 1 + 1
54 ELSEIF(ityp==2)THEN
55 nerwl = nerwl + 24 + 1
56 ELSEIF(ityp==3)THEN
57 nerwl = nerwl + 216 + 1
58 ELSEIF(ityp==4)THEN
59 nerwl = nerwl + 1 + 1
60 ENDIF
61C
62 RETURN