OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i7main_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!|| i7main_crit_tri ../engine/source/interfaces/intsort/i7main_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!|| i7buce_crit ../engine/source/interfaces/intsort/i7buce_crit.F
30!||--- uses -----------------------------------------------------
31!|| intbufdef_mod ../common_source/modules/interfaces/intbufdef_mod.F90
32!||====================================================================
33 SUBROUTINE i7main_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 M o d u l e s
39C-----------------------------------------------
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 . x(3,*), v(3,*),
59 . xslv_l(*), xmsr_l(*), vslv_l(*), vmsr_l(*)
60
61 TYPE(intbuf_struct_) INTBUF_TAB
62C-----------------------------------------------
63C L o c a l V a r i a b l e s
64C-----------------------------------------------
66 . startt, stopt
67 INTEGER :: NMN,NSN
68C-----------------------------------------------
69C S o u r c e L i n e s
70C-----------------------------------------------
71C
72 nsn =ipari(5,nin)
73 nmn =ipari(6,nin)
74C
75 startt=intbuf_tab%VARIABLES(3)
76 stopt =intbuf_tab%VARIABLES(11)
77 IF(startt>tt) RETURN
78 IF(tt>stopt) RETURN
79C
80C test temporaire pour assurer la compatibilite restart en 51d et 51e
81 IF(intbuf_tab%VARIABLES(16)==zero)
82 . intbuf_tab%VARIABLES(16)=ep30
83 CALL i7buce_crit(
84 1 x ,intbuf_tab%NSV ,intbuf_tab%MSR,nsn ,nmn ,
85 2 itask ,intbuf_tab%XSAV,nin ,intbuf_tab%STFNS,v ,
86 3 xslv_l ,xmsr_l ,vslv_l ,vmsr_l )
87C
88 RETURN
89 END
#define my_real
Definition cppsort.cpp:32
subroutine i7buce_crit(x, nsv, msr, nsn, nmn, itask, xsav, nin, stfn, v, xslv_g, xmsr_g, vslv_g, vmsr_g)
Definition i7buce_crit.F:32
subroutine i7main_crit_tri(ipari, x, nin, itask, v, xslv_l, xmsr_l, vslv_l, vmsr_l, intbuf_tab)