OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
slagcnt.F File Reference
#include "implicit_f.inc"
#include "com01_c.inc"
#include "param_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine slagcnt (iparg, nslag)

Function/Subroutine Documentation

◆ slagcnt()

subroutine slagcnt ( integer, dimension(nparg,*) iparg,
integer nslag )

Definition at line 28 of file slagcnt.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 "com01_c.inc"
37#include "param_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER IPARG(NPARG,*),NSLAG
42C-----------------------------------------------
43 INTEGER NG,NEL,ITY,IALEL
44C
45 nslag=0
46 DO 10 ng=1,ngroup
47 nel =iparg(2,ng)
48 ity =iparg(5,ng)
49 ialel =iparg(7,ng)+iparg(11,ng)
50 IF(ity==1 .AND. ialel==0)nslag=nslag+nel
51 10 CONTINUE
52C
53 RETURN