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

Go to the source code of this file.

Functions/Subroutines

subroutine s10pijsav12 (px, py, pz, pij, sig, sigl, index, nb, nel)

Function/Subroutine Documentation

◆ s10pijsav12()

subroutine s10pijsav12 ( px,
py,
pz,
pij,
sig,
sigl,
integer, dimension(*) index,
integer nb,
integer nel )

Definition at line 28 of file s10pijsav12.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C G l o b a l P a r a m e t e r s
35C-----------------------------------------------
36#include "mvsiz_p.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER NEL,NB,INDEX(*)
42 . px(mvsiz,10),py(mvsiz,10),pz(mvsiz,10),
43 . pij(nel,3,10),sig(nel,6),sigl(nel,6)
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 INTEGER I,J,K
48C-----------------------------------------------
49#include "vectorize.inc"
50 DO j=1,nb
51 i = index(j)
52 pij(i,1,1:10) = px(j,1:10)
53 pij(i,2,1:10) = py(j,1:10)
54 pij(i,3,1:10) = pz(j,1:10)
55 sigl(i,1:6) = sig(i,1:6)
56 END DO
57C-----------
58 RETURN
#define my_real
Definition cppsort.cpp:32