OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i11main_crit_tri.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!|| i11main_crit_tri ../engine/source/interfaces/intsort/i11main_crit_tri.F
25!||--- called by ------------------------------------------------------
26!|| imp_intdt ../engine/source/implicit/imp_int_k.F
27!|| inttri ../engine/source/interfaces/intsort/inttri.F
28!||--- calls -----------------------------------------------------
29!|| i11buce_crit ../engine/source/interfaces/intsort/i11buce_crit.F
30!||--- uses -----------------------------------------------------
31!|| intbufdef_mod ../common_source/modules/interfaces/intbufdef_mod.F90
32!||====================================================================
33 SUBROUTINE i11main_crit_tri(
34 1 IPARI ,X ,NIN ,
35 2 ITASK ,V ,XSLV_L,XMSR_L ,VSLV_L ,
36 3 VMSR_L ,INTBUF_TAB )
37C============================================================================
38C-----------------------------------------------
39C M o d u l e s
40C-----------------------------------------------
41 USE intbufdef_mod
42C-----------------------------------------------
43C I m p l i c i t T y p e s
44C-----------------------------------------------
45#include "implicit_f.inc"
46C-----------------------------------------------
47C C o m m o n B l o c k s
48C-----------------------------------------------
49#include "com04_c.inc"
50#include "com08_c.inc"
51#include "param_c.inc"
52C-----------------------------------------------
53C D u m m y A r g u m e n t s
54C-----------------------------------------------
55 INTEGER NIN,ITASK,NEWFRONT ,NELTST,ITYPTST
56 INTEGER IPARI(NPARI,NINTER)
57C REAL
58 my_real
59 . x(3,*), v(3,*), dt2t,
60 . xslv_l(*), xmsr_l(*), vslv_l(*) , vmsr_l(*)
61
62 TYPE(intbuf_struct_) INTBUF_TAB
63C-----------------------------------------------
64C L o c a l V a r i a b l e s
65C-----------------------------------------------
66C REAL
68 . startt, stopt
69 INTEGER :: NRTS,NRTM,NSN,NMN
70C-----------------------------------------------
71C S o u r c e L i n e s
72C-----------------------------------------------
73C
74 nrts =ipari(3,nin)
75 nrtm =ipari(4,nin)
76 nsn =ipari(5,nin)
77 nmn =ipari(6,nin)
78C
79 startt=intbuf_tab%VARIABLES(3)
80 stopt =intbuf_tab%VARIABLES(11)
81 IF(startt>tt) RETURN
82 IF(tt>stopt) RETURN
83C
84 CALL i11buce_crit(
85 1 x ,intbuf_tab%NSV ,intbuf_tab%MSR ,nsn ,nmn ,
86 2 itask,intbuf_tab%XSAV,intbuf_tab%PENIS,intbuf_tab%PENIM,ipari(22,nin),
87 3 nrts ,nrtm ,intbuf_tab%STFS ,intbuf_tab%CAND_N, v ,
88 4 xslv_l,xmsr_l ,vslv_l ,vmsr_l ,nin )
89C-----------
90 RETURN
91 END
#define my_real
Definition cppsort.cpp:32
subroutine i11buce_crit(x, nsv, msr, nsn, nmn, itask, xsav, penis, penim, inacti, nrts, nrtm, stfs, cand_s, v, xslv_g, xmsr_g, vslv_g, vmsr_g, nin)
subroutine i11main_crit_tri(ipari, x, nin, itask, v, xslv_l, xmsr_l, vslv_l, vmsr_l, intbuf_tab)