OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i25main_gap.F File Reference
#include "implicit_f.inc"
#include "com04_c.inc"
#include "com08_c.inc"
#include "param_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine i25main_gap (ipari, intbuf_tab, nin, itask, thknod, maxdgap)

Function/Subroutine Documentation

◆ i25main_gap()

subroutine i25main_gap ( integer, dimension(npari,ninter) ipari,
type(intbuf_struct_) intbuf_tab,
integer nin,
integer itask,
thknod,
maxdgap )

Definition at line 33 of file i25main_gap.F.

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(*), maxdgap
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 :: NRTM, NMN
65C REAL
67 . startt, stopt, gapmax_m, gapscale
68C-----------------------------------------------
69C S o u r c e L i n e s
70C-----------------------------------------------
71C
72 nrtm =ipari(4,nin)
73 nmn =ipari(6,nin)
74C
75 gapmax_m = intbuf_tab%VARIABLES(36)
76 gapscale = intbuf_tab%VARIABLES(45)
77C
78 startt=intbuf_tab%VARIABLES(3)
79 stopt =intbuf_tab%VARIABLES(11)
80C
81 IF(startt>tt) RETURN
82 IF(tt>stopt) RETURN
83C
84 CALL i25gap3(
85 1 itask ,
86 2 nrtm ,intbuf_tab%IRECTM ,intbuf_tab%GAP_NM ,intbuf_tab%GAP_M,
87 3 nmn ,intbuf_tab%MSR ,intbuf_tab%GAPN_M ,
88 4 gapmax_m ,gapscale ,intbuf_tab%MSEGTYP24 ,thknod,
89 5 intbuf_tab%GAPMSAV, maxdgap)
90C
91 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine i25gap3(itask, nrtm, irect, gap_nm, gap_m, nmn, msr, gapn_m, gapmax_m, gapscale, msegtyp, thknod, gapmsav, maxdgap_g)
Definition i25gap3.F:36