OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
create_node_all_clause.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
!|| create_node_all_clause ../starter/source/model/sets/create_node_all_clause.F
25
!||--- called by ------------------------------------------------------
26
!|| hm_set ../starter/source/model/sets/hm_set.F
27
!||--- uses -----------------------------------------------------
28
!||====================================================================
29
SUBROUTINE
create_node_all_clause
( CLAUSE )
30
C-----------------------------------------------
31
C ROUTINE DESCRIPTION :
32
C ===================
33
C Create PART Clause from LIST
34
C------------------------------------------------------------------
35
C DUMMY ARGUMENTS DESCRIPTION:
36
C ===================
37
C
38
C NAME DESCRIPTION
39
C
40
C CLAUSE (SET structure) Clause to be treated
41
C============================================================================
42
C-----------------------------------------------
43
C M o d u l e s
44
C-----------------------------------------------
45
USE
setdef_mod
46
C-----------------------------------------------
47
C I m p l i c i t T y p e s
48
C-----------------------------------------------
49
#include "implicit_f.inc"
50
C-----------------------------------------------
51
C C o m m o n B l o c k s
52
C-----------------------------------------------
53
#include "com04_c.inc"
54
C-----------------------------------------------
55
C D u m m y A r g u m e n t s
56
C-----------------------------------------------
57
TYPE
(
set_
) :: clause
58
C-----------------------------------------------
59
C L o c a l V a r i a b l e s
60
C-----------------------------------------------
61
INTEGER
I
62
C=======================================================================
63
64
! Copy in final SET
65
! ------------------
66
clause%NB_NODE = numnod
67
ALLOCATE
( clause%NODE( numnod ) )
68
69
DO
i=1,numnod
70
clause%NODE(i) = i
71
ENDDO
72
73
!---
74
RETURN
75
END
create_node_all_clause
subroutine create_node_all_clause(clause)
Definition
create_node_all_clause.F:30
setdef_mod
Definition
setdef_mod.F:107
setdef_mod::set_
Definition
setdef_mod.F:123
starter
source
model
sets
create_node_all_clause.F
Generated by
1.15.0