OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
subset_ini.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
!|| subset_ini ../engine/source/groups/subset_ini.F
25
!||--- called by ------------------------------------------------------
26
!|| rdresb ../engine/source/output/restart/rdresb.F
27
!||--- calls -----------------------------------------------------
28
!|| alloc_subset_str ../engine/source/groups/alloc_subset_str.F
29
!||--- uses -----------------------------------------------------
30
!|| group_mod ../engine/share/modules/group_mod.F
31
!|| groupdef_mod ../common_source/modules/groupdef_mod.F
32
!|| message_mod ../engine/share/message_module/message_mod.F
33
!||====================================================================
34
SUBROUTINE
subset_ini
35
C-----------------------------------------------
36
C M o d u l e s
37
C-----------------------------------------------
38
USE
message_mod
39
USE
groupdef_mod
40
USE
group_mod
41
C-----------------------------------------------
42
C I m p l i c i t T y p e s
43
C-----------------------------------------------
44
#include "implicit_f.inc"
45
C-----------------------------------------------
46
C C o m m o n B l o c k s
47
C-----------------------------------------------
48
#include "com04_c.inc"
49
C-----------------------------------------------
50
C D u m m y A r g u m e n t s
51
C-----------------------------------------------
52
!! TYPE (SUBSET_) , DIMENSION(:), ALLOCATABLE :: SUBSETS
53
C-----------------------------------------------
54
C L o c a l V a r i a b l e s
55
C-----------------------------------------------
56
C=======================================================================
57
! SUBSET structure allocation
58
C=======================================================================
59
!
60
IF
(nsubs > 0)
THEN
61
ALLOCATE
(
subsets
(nsubs))
62
CALL
alloc_subset_str
(
subsets
)
63
ELSE
64
ALLOCATE
(
subsets
(0))
65
ENDIF
66
!---------
67
RETURN
68
END
alloc_subset_str
subroutine alloc_subset_str(subset)
Definition
alloc_subset_str.F:35
subset_ini
subroutine subset_ini
Definition
subset_ini.F:35
group_mod
Definition
group_mod.F:31
group_mod::subsets
type(subset_), dimension(:), allocatable, target subsets
Definition
group_mod.F:45
groupdef_mod
Definition
groupdef_mod.F:662
message_mod
Definition
message_mod.F:1249
engine
source
groups
subset_ini.F
Generated by
1.15.0