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

Go to the source code of this file.

Functions/Subroutines

subroutine i2_impd (nint2, iint2, ipari, intbuf_tab, x, ms, in, weight, ndof, d, dr)

Function/Subroutine Documentation

◆ i2_impd()

subroutine i2_impd ( integer nint2,
integer, dimension(*) iint2,
integer, dimension(npari,*) ipari,
type(intbuf_struct_), dimension(*) intbuf_tab,
x,
ms,
in,
integer, dimension(*) weight,
integer, dimension(*) ndof,
d,
dr )

Definition at line 32 of file i2_impd.F.

35C-----------------------------------------------
36C M o d u l e s
37C-----------------------------------------------
38 USE intbufdef_mod
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C C o m m o n B l o c k s
45C-----------------------------------------------
46#include "param_c.inc"
47C-----------------------------------------------
48C D u m m y A r g u m e n t s
49C-----------------------------------------------
50 INTEGER IPARI(NPARI,*), WEIGHT(*),NDOF(*),
51 . NINT2 ,IINT2(*)
52C REAL
54 . x(*), ms(*),in(*),d(3,*), dr(3,*)
55
56 TYPE(INTBUF_STRUCT_) INTBUF_TAB(*)
57C-----------------------------------------------
58C L o c a l V a r i a b l e s
59C-----------------------------------------------
60 INTEGER I,N
61C-----------------------------------------------
62 DO i=nint2,1,-1
63 n=iint2(i)
64 CALL int2_imp2(
65 . ipari(1,n),intbuf_tab(n) ,x ,ms , in,weight,
66 . ndof ,d ,dr )
67 ENDDO
68C
69 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine int2_imp2(ipari, intbuf_tab, x, ms, in, weight, ndof, d, dr)
Definition i2_imp2.F:36