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

Go to the source code of this file.

Functions/Subroutines

subroutine groups_get_nentity (nentity, lsubmodel)

Function/Subroutine Documentation

◆ groups_get_nentity()

subroutine groups_get_nentity ( integer, intent(inout) nentity,
type(submodel_data), dimension(nsubmod) lsubmodel )

Definition at line 35 of file groups_get_nentity.F.

36 USE message_mod
38 USE submodel_mod
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C G l o b a l P a r a m e t e r s
45C-----------------------------------------------
46C-----------------------------------------------
47C D u m m y A r g u m e n t s
48C-----------------------------------------------
49 INTEGER,INTENT(INOUT) :: NENTITY
50 TYPE(SUBMODEL_DATA) LSUBMODEL(NSUBMOD)
51C-----------------------------------------------
52C L o c a l V a r i a b l e s
53C-----------------------------------------------
54 INTEGER NENTITY_POS,NENTITY_NEG,JJ,KK
55 LOGICAL IS_AVAILABLE, IS_ENCRYPTED
56C-----------------------------------------------
57C CONSTITUTION DE LIST
58C-----------------------------------------------
59 CALL hm_get_intv ('idsmax' ,nentity_pos,is_available,lsubmodel)
60 CALL hm_get_intv ('negativeIdsmax' ,nentity_neg,is_available,lsubmodel)
61 nentity = nentity_pos + nentity_neg
62C-----------------------
63
64 RETURN
subroutine hm_get_intv(name, ival, is_available, lsubmodel)