OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
is_sup_face_id.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
!||====================================================================
25
!|| is_sup_face_id ../engine/source/interfaces/inter3d/is_sup_face_id.F
26
!||--- called by ------------------------------------------------------
27
!|| i8msr3 ../engine/source/interfaces/inter3d/i8msr3.F
28
!|| spmd_i8_irtl ../engine/source/mpi/interfaces/spmd_i8tool.F
29
!||====================================================================
30
FUNCTION
is_sup_face_id
(A,B)
31
C-----------------------------------------------
32
C I n f o r m a t i o n s
33
C-----------------------------------------------
34
C Comparison of the User ID of two faces.
35
C This UID is defined by four User ID of the nodes
36
C-----------------------------------------------
37
C Dummy Arguments
38
C-----------------------------------------------
39
INTEGER
:: a(4),b(4)
40
INTEGER
::
is_sup_face_id
41
is_sup_face_id
= 0
42
IF
( a(1) > b(1) .OR.
43
. a(1) == b(1) .AND. ( a(2) > b(2) .OR.
44
. a(2) == b(2) .AND. ( a(3) > b(3) .OR.
45
. a(3) == b(3) .AND. a(4) > b(4))))
THEN
46
is_sup_face_id
= 1
47
ENDIF
48
RETURN
49
END FUNCTION
is_sup_face_id
integer function is_sup_face_id(a, b)
Definition
is_sup_face_id.F:31
engine
source
interfaces
inter3d
is_sup_face_id.F
Generated by
1.15.0