OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i21main_gap.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!|| i21main_gap ../engine/source/interfaces/int21/i21main_gap.f
25!||--- called by ------------------------------------------------------
26!|| inttri ../engine/source/interfaces/intsort/inttri.F
27!||--- calls -----------------------------------------------------
28!|| i21gap3 ../engine/source/interfaces/int21/i21gap3.F
29!||--- uses -----------------------------------------------------
30!|| intbufdef_mod ../common_source/modules/interfaces/intbufdef_mod.F90
31!|| intstamp_mod ../engine/share/modules/intstamp_mod.F
32!||====================================================================
33 SUBROUTINE i21main_gap(
34 1 IPARI ,INTBUF_TAB ,NIN ,ITASK ,
35 2 THKNOD)
36C-----------------------------------------------
37C M o d u l e s
38C-----------------------------------------------
39 USE intstamp_mod
40 USE intbufdef_mod
41C-----------------------------------------------
42C I m p l i c i t T y p e s
43C-----------------------------------------------
44#include "implicit_f.inc"
45C-----------------------------------------------
46C C o m m o n B l o c k s
47C-----------------------------------------------
48#include "com04_c.inc"
49#include "com08_c.inc"
50#include "param_c.inc"
51C-----------------------------------------------
52C D u m m y A r g u m e n t s
53C-----------------------------------------------
54 INTEGER NIN,ITASK,
55 . IPARI(NPARI,NINTER)
56C REAL
57 my_real
58 . thknod(*)
59
60 TYPE(intbuf_struct_) INTBUF_TAB
61C-----------------------------------------------
62C L o c a l V a r i a b l e s
63C-----------------------------------------------
64 INTEGER KD(50), JD(50), JFI, KFI, IGAP, IDEL
65C REAL
67 . startt, stopt
68 INTEGER :: NSN, NRTS
69C-----------------------------------------------
70C S o u r c e L i n e s
71C-----------------------------------------------
72C
73 nsn =ipari(5,nin)
74 nrts =ipari(3,nin)
75 igap =ipari(21,nin)
76 idel =ipari(17,nin)
77C
78 startt=intbuf_tab%VARIABLES(3)
79 stopt =intbuf_tab%VARIABLES(11)
80
81 IF(startt>tt) RETURN
82 IF(tt>stopt) RETURN
83C
84 CALL i21gap3(
85 1 itask ,intbuf_tab%IRECTS,nrts ,nsn ,intbuf_tab%NSV,
86 2 intbuf_tab%VARIABLES(2),igap ,intbuf_tab%GAP_S,intbuf_tab%VARIABLES(13) ,
87 . intbuf_tab%VARIABLES(6) ,
88 3 intbuf_tab%VARIABLES(16),intbuf_tab%VARIABLES(8),intbuf_tab%VARIABLES(5),thknod,
89 . intbuf_tab%VARIABLES(19),
90 4 intbuf_tab%VARIABLES(23),intbuf_tab%VARIABLES(22),intbuf_tab%VARIABLES(32),idel,
91 . intbuf_tab%THKNOD0 ,
92 5 intbuf_tab%GAP_S(1+nsn) ,intbuf_tab%VARIABLES(46))
93
94C
95 RETURN
96 END
#define my_real
Definition cppsort.cpp:32
subroutine i21main_gap(ipari, intbuf_tab, nin, itask, thknod)
Definition i21main_gap.F:36
subroutine i21gap3(x, irects, irectm, nrts, nrtm, geo, pm, ixs, ixc, ixtg, nint, nty, noint, nsn, nsv, gap, igap, gap_s, gapmin, criter, gapmax, ieles, stf, nmn, msr, knod2els, knod2elc, knod2eltg, nod2els, nod2elc, nod2eltg, thknod, ikine, itab, inacti, gapscale, stfn, depth, gap_s0, area_s0, xm0, lxm, lym, lzm, intth, drad, iparts, ipartc, ipartg, thk_part, thknod0, id, titr, dgapload, resort)
Definition i21gap3.F:46