OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
intal4.F File Reference
#include "implicit_f.inc"
#include "com04_c.inc"
#include "tabsiz_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine intal4 (ipari, intbuf_tab, v, vg)

Function/Subroutine Documentation

◆ intal4()

subroutine intal4 ( integer, dimension(sipari) ipari,
type(intbuf_struct_) intbuf_tab,
v,
vg )

Definition at line 32 of file intal4.F.

33C-----------------------------------------------
34C M o d u l e s
35C-----------------------------------------------
36 USE intbufdef_mod
37C-----------------------------------------------
38C I m p l i c i t T y p e s
39C-----------------------------------------------
40#include "implicit_f.inc"
41C-----------------------------------------------
42C C o m m o n B l o c k s
43C-----------------------------------------------
44#include "com04_c.inc"
45#include "tabsiz_c.inc"
46C-----------------------------------------------
47C D u m m y A r g u m e n t s
48C-----------------------------------------------
49 my_real v(3,numnod), vg(*)
50 INTEGER IPARI(SIPARI)
51 TYPE(INTBUF_STRUCT_) INTBUF_TAB
52C-----------------------------------------------
53C L o c a l V a r i a b l e s
54C-----------------------------------------------
55 INTEGER :: NSN
56C-----------------------------------------------
57C S o u r c e L i n e s
58C-----------------------------------------------
59 nsn=ipari(5)
60 CALL iqela3(v,vg,intbuf_tab%IRECTM,intbuf_tab%CSTS,intbuf_tab%NSV,intbuf_tab%IRTLM,intbuf_tab%MSR,nsn)
61C-----------------------------------------------
62 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine iqela3(v, w, irect, crst, nsv, irtl, msr, nsn)
Definition iqela3.F:36