OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
s20eoff.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| s20eoff ../engine/source/elements/solid/solide20/s20eoff.F
25!||--- called by ------------------------------------------------------
26!|| s20ke3 ../engine/source/elements/solid/solide20/s20ke3.F
27!||====================================================================
28 SUBROUTINE s20eoff(JFT , JLT , IXS ,IXS20, ETAG, OFF)
29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36C-----------------------------------------------------------------
37C D u m m y A r g u m e n t s
38C-----------------------------------------------
39 INTEGER JFT, JLT, IXS(NIXS,*), IXS20(12,*), ETAG(*)
41 . off(*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER IEL, I, N1 , N2, N3, N4, N5, N6, N7, N8,
46 . N9 , N10, N11, N12, N13, N14, N15, N16,
47 . N17, N18, N19, N20, NALL
48C
49 DO iel=jft,jlt
50 n1=ixs(2,iel)
51 n2=ixs(3,iel)
52 n3=ixs(4,iel)
53 n4=ixs(5,iel)
54 n5=ixs(6,iel)
55 n6=ixs(7,iel)
56 n7=ixs(8,iel)
57 n8=ixs(9,iel)
58 n9 =ixs20(1,iel)
59 n10 =ixs20(2,iel)
60 n11 =ixs20(3,iel)
61 n12 =ixs20(4,iel)
62 n13 =ixs20(5,iel)
63 n14 =ixs20(6,iel)
64 n15 =ixs20(7,iel)
65 n16 =ixs20(8,iel)
66 n17 =ixs20(9,iel)
67 n18 =ixs20(10,iel)
68 n19 =ixs20(11,iel)
69 n20 =ixs20(12,iel)
70 nall=etag(n1)*etag(n2)*etag(n3)*etag(n4)
71 . *etag(n5)*etag(n6)*etag(n7)*etag(n8)
72 . *etag(n9)*etag(n10)*etag(n11)*etag(n12)
73 . *etag(n13)*etag(n14)*etag(n15)*etag(n16)
74 . *etag(n17)*etag(n18)*etag(n19)*etag(n20)
75 off(iel)=min(nall,1)
76 ENDDO
77C
78 RETURN
79 END
80
#define my_real
Definition cppsort.cpp:32
#define min(a, b)
Definition macros.h:20
subroutine s20eoff(jft, jlt, ixs, ixs20, etag, off)
Definition s20eoff.F:29