OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
hm_elem_count.F
Go to the documentation of this file.
1
Copyright> OpenRadioss
2
Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3
Copyright>
4
Copyright> This program is free software: you can redistribute it and/or modify
5
Copyright> it under the terms of the GNU Affero General Public License as published by
6
Copyright> the Free Software Foundation, either version 3 of the License, or
7
Copyright> (at your option) any later version.
8
Copyright>
9
Copyright> This program is distributed in the hope that it will be useful,
10
Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11
Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
Copyright> GNU Affero General Public License for more details.
13
Copyright>
14
Copyright> You should have received a copy of the GNU Affero General Public License
15
Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16
Copyright>
17
Copyright>
18
Copyright> Commercial Alternative: Altair Radioss Software
19
Copyright>
20
Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21
Copyright> software under a commercial license. Contact Altair to discuss further if the
22
Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23
!||====================================================================
24
!|| hm_elem_count ../starter/source/devtools/hm_reader/hm_elem_count.F
25
!||--- called by ------------------------------------------------------
26
!|| contrl ../starter/source/starter/contrl.F
27
!||--- calls -----------------------------------------------------
28
!||--- uses -----------------------------------------------------
29
!|| message_mod ../starter/share/message_module/message_mod.F
30
!|| submodel_mod ../starter/share/modules1/submodel_mod.F
31
!||====================================================================
32
SUBROUTINE
hm_elem_count
(ELEM_TYPE, HM_ELEM_NUMBER,IS_DYNA)
33
C-----------------------------------------------
34
C ROUTINE DESCRIPTION :
35
C ===================
36
C COUNT NUMBER OF /ELEM_TYPE KEYWORDS USING HM_READER
37
C-----------------------------------------------
38
C DUMMY ARGUMENTS DESCRIPTION:
39
C ===================
40
C
41
C NAME DESCRIPTION
42
C
43
C ELEM_TYPE KEYWORD YOU WANT TO FIND NUMBER OF OCCURRENCES
44
C 'SPRING'
45
C 'XELEM'
46
C 'BEAM'
47
C 'TRUSS'
48
C 'SH3N'
49
C 'SHELL'
50
C 'TETRA4'
51
C 'PENTA6'
52
C 'BRICK'
53
C 'TETRA10'
54
C 'BRICK20'
55
C ...........
56
C HM_ELEM_NUMBER NUMBER OF OCCURRENCES
57
C============================================================================
58
C M o d u l e s
59
C-----------------------------------------------
60
USE
message_mod
61
USE
submodel_mod
62
C-----------------------------------------------
63
C I m p l i c i t T y p e s
64
C-----------------------------------------------
65
#include "implicit_f.inc"
66
C-----------------------------------------------
67
C D u m m y A r g u m e n t s
68
C-----------------------------------------------
69
C INPUT ARGUMENTS
70
CHARACTER*(*)
,
INTENT(IN)
::ELEM_TYPE
71
INTEGER
,
INTENT(IN)
::IS_DYNA
72
C OUTPUT ARGUMENTS
73
INTEGER
,
INTENT(OUT)
::HM_ELEM_NUMBER
74
C-----------------------------------------------
75
CALL
cpp_elem_count(elem_type(1:len_trim(elem_type
)),len_trim(elem_type),hm_elem_number,is_dyna)
76
RETURN
77
C
78
END
hm_elem_count
subroutine hm_elem_count(elem_type, hm_elem_number, is_dyna)
Definition
hm_elem_count.F:33
message_mod
Definition
message_mod.F:1249
submodel_mod
Definition
submodel_mod.F:712
starter
source
devtools
hm_reader
hm_elem_count.F
Generated by
1.15.0