OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dsrgcnt.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 dsrgcnt (igrsurf, nsurg, nesrg, nnsrg, nesbw)

Function/Subroutine Documentation

◆ dsrgcnt()

subroutine dsrgcnt ( type (surf_), dimension(nsurf) igrsurf,
integer nsurg,
integer nesrg,
integer nnsrg,
integer nesbw )

Definition at line 30 of file dsrgcnt.F.

31C-----------------------------------------------
32C M o d u l e s
33C-----------------------------------------------
34 USE groupdef_mod
35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C C o m m o n B l o c k s
41C-----------------------------------------------
42#include "task_c.inc"
43#include "com04_c.inc"
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER NSURG,NESRG, NNSRG, NESBW
48 TYPE (SURF_) , DIMENSION(NSURF) :: IGRSURF
49C-----------------------------------------------
50C L o c a l V a r i a b l e s
51C-----------------------------------------------
52 INTEGER ISU
53C-----------------------------------------------
54C seul le proc 0 effectue le traitement
55 IF (ispmd/=0) GOTO 100
56C
57 nsurg=0
58 DO isu=1,nsurf
59 IF (igrsurf(isu)%TYPE==101) THEN
60 nsurg=nsurg+1
61 nesrg = nesrg + 294
62 nnsrg = nnsrg + 384
63 END IF
64 END DO
65 nesbw = nesbw + nesrg
66C-----------------------------------------------
67 100 CONTINUE
68 RETURN