OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
scumualpha.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!|| scumualpha ../engine/source/elements/thickshell/solidec/scumualpha.F
25!||--- called by ------------------------------------------------------
26!|| s8cforc3 ../engine/source/elements/thickshell/solide8c/s8cforc3.F
27!|| scforc3 ../engine/source/elements/thickshell/solidec/scforc3.F
28!||--- uses -----------------------------------------------------
29!|| dtdc_mod ../engine/share/modules/dtdc_mod.F
30!||====================================================================
31 SUBROUTINE scumualpha(
32 1 OFFG, ALPHA_E, NC1, NC2,
33 2 NC3, NC4, NC5, NC6,
34 3 NC7, NC8, NEL)
35C-----------------------------------------------
36C M o d u l e s
37C-----------------------------------------------
38 USE dtdc_mod
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43#include "comlock.inc"
44C-----------------------------------------------
45C C o m m o n B l o c k s
46C-----------------------------------------------
47C-----------------------------------------------
48C D u m m y A r g u m e n t s
49C-----------------------------------------------
50 INTEGER, INTENT(IN) :: NEL
51 INTEGER NC1(*), NC2(*), NC3(*), NC4(*), NC5(*), NC6(*), NC7(*),
52 . NC8(*)
53C REAL
55 . offg(*),alpha_e(*)
56C-----------------------------------------------
57C L o c a l V a r i a b l e s
58C-----------------------------------------------
59 INTEGER I, J,N
60C-----------------------------------------------
61#include "lockon.inc"
62 DO i=1,nel
63 IF (offg(i)==zero) cycle
64 n = nc1(i)
65 alpha_dc(n) = max(alpha_dc(n),alpha_e(i))
66 n = nc2(i)
67 alpha_dc(n) = max(alpha_dc(n),alpha_e(i))
68 n = nc3(i)
69 alpha_dc(n) = max(alpha_dc(n),alpha_e(i))
70 n = nc4(i)
71 alpha_dc(n) = max(alpha_dc(n),alpha_e(i))
72 n = nc5(i)
73 alpha_dc(n) = max(alpha_dc(n),alpha_e(i))
74 n = nc6(i)
75 alpha_dc(n) = max(alpha_dc(n),alpha_e(i))
76 n = nc7(i)
77 alpha_dc(n) = max(alpha_dc(n),alpha_e(i))
78 n = nc8(i)
79 alpha_dc(n) = max(alpha_dc(n),alpha_e(i))
80 END DO
81#include "lockoff.inc"
82C
83 RETURN
84 END
#define my_real
Definition cppsort.cpp:32
#define max(a, b)
Definition macros.h:21
subroutine scumualpha(offg, alpha_e, nc1, nc2, nc3, nc4, nc5, nc6, nc7, nc8, nel)
Definition scumualpha.F:35