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