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

Go to the source code of this file.

Functions/Subroutines

subroutine s10pijto3 (px, py, pz, pij, nel)

Function/Subroutine Documentation

◆ s10pijto3()

subroutine s10pijto3 ( px,
py,
pz,
pij,
integer nel )

Definition at line 29 of file s10pijto3.F.

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 D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER NEL,IP
43 . px(mvsiz,10),py(mvsiz,10),pz(mvsiz,10),
44 . pij(nel,3,10)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER I,J,K
49C-----------------------------------------------
50 DO j=1,10
51 DO i=1,nel
52 px(i,j) = pij(i,1,j)
53 py(i,j) = pij(i,2,j)
54 pz(i,j) = pij(i,3,j)
55 END DO
56 END DO
57C-----------
58 RETURN
#define my_real
Definition cppsort.cpp:32