OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i10opt_opt_tri.F File Reference
#include "implicit_f.inc"
#include "comlock.inc"
#include "com08_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine i10main_opt_tri (ipari, x, v, nin, itask, count_remslv, intbuf_tab, lskyi_sms_new)

Function/Subroutine Documentation

◆ i10main_opt_tri()

subroutine i10main_opt_tri ( integer, dimension(*) ipari,
x,
v,
integer nin,
integer itask,
integer, dimension(*) count_remslv,
type(intbuf_struct_) intbuf_tab,
integer, intent(inout) lskyi_sms_new )

Definition at line 33 of file i10opt_opt_tri.F.

36C-----------------------------------------------
37C M o d u l e s
38C-----------------------------------------------
39 USE intbufdef_mod
40C-----------------------------------------------
41C I m p l i c i t T y p e s
42C-----------------------------------------------
43#include "implicit_f.inc"
44#include "comlock.inc"
45C-----------------------------------------------
46C C o m m o n B l o c k s
47C-----------------------------------------------
48#include "com08_c.inc"
49C-----------------------------------------------
50C D u m m y A r g u m e n t s
51C-----------------------------------------------
52 INTEGER,INTENT(INOUT) :: LSKYI_SMS_NEW
53 INTEGER IPARI(*), ITASK, NIN,COUNT_REMSLV(*)
54C REAL
56 . x(*), v(3,*)
57 TYPE(INTBUF_STRUCT_) INTBUF_TAB
58C-----------------------------------------------
59C L o c a l V a r i a b l e s
60C-----------------------------------------------
61 INTEGER NOINT, I_STOK
62C REAL
64 . startt, gap, stopt
65C-----------------------------------------------
66C REAL
67C-----------------------------------------------
68C calculation of interface buffer addresses.
69C the addresses of buffers J10-JFI and K10-KFI
70C are systematically replaced by arrays
71C JD(i) et KD(i), en gardant les memes numeros d'indexes.
72C the old direct addresses Jn, Kn are modified
73C in the routine without usual additional comments
74C----------------------------------------------------
75 noint =ipari(15)
76C
77 startt=intbuf_tab%VARIABLES(3)
78 stopt =intbuf_tab%VARIABLES(11)
79 gap =intbuf_tab%VARIABLES(2)
80 IF(startt>tt) RETURN
81 IF(tt>stopt) RETURN
82C
83C-----------------------------------------------------------
84C Filtrage des CANDIDATES a l'impact
85C (si candidat retenu, cand_n(i) = - cand_n(i))
86C-----------------------------------------------------------
87 i_stok = intbuf_tab%I_STOK(1)
88 CALL i10optcd(
89 1intbuf_tab%NSV,intbuf_tab%CAND_E,intbuf_tab%CAND_N,x ,i_stok ,
90 2intbuf_tab%IRECTM,gap ,intbuf_tab%GAP_S,intbuf_tab%GAP_M,ipari(21) ,
91 3itask ,nin ,ipari(5) ,intbuf_tab%STFNS,intbuf_tab%STFM,
92 4count_remslv , lskyi_sms_new)
93C-----------------------------------------------------------
94C
95 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine i10optcd(nsv, cand_e, cand_n, x, i_stok, irect, gap, gap_s, gap_m, igap, itask, nin, nsn, stfn, stf, count_remslv, lskyi_sms_new)
Definition i10optcd.F:36