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

Go to the source code of this file.

Functions/Subroutines

subroutine pibuf3 (geo, off, tl, deltax, mxg, irel)

Function/Subroutine Documentation

◆ pibuf3()

subroutine pibuf3 ( geo,
off,
tl,
deltax,
integer, dimension(mvsiz) mxg,
integer, dimension(6,mvsiz) irel )

Definition at line 28 of file pibuf3.F.

29C
30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C G l o b a l P a r a m e t e r s
36C-----------------------------------------------
37#include "mvsiz_p.inc"
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41#include "vect01_c.inc"
42#include "param_c.inc"
43C-----------------------------------------------
44C D u m m y A r g u m e n t s
45C-----------------------------------------------
46 INTEGER MXG(MVSIZ), IREL(6,MVSIZ)
48 . geo(npropg,*),off(*), tl(*), deltax(*)
49C-----------------------------------------------
50C L o c a l V a r i a b l e s
51C-----------------------------------------------
52 INTEGER I, J
53C=======================================================================
54 DO i=lft,llt
55 tl(i)=deltax(i)
56 off(i)=one
57 DO j=1,6
58 irel(j,i)=geo(6+j,mxg(i))
59 END DO
60 END DO
61C-----------
62 RETURN
#define my_real
Definition cppsort.cpp:32