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

Go to the source code of this file.

Functions/Subroutines

subroutine s10sav3 (offg, sav, nc, xx, yy, zz, nel)

Function/Subroutine Documentation

◆ s10sav3()

subroutine s10sav3 ( offg,
double precision, dimension(nel,30) sav,
integer, dimension(mvsiz,10) nc,
double precision, dimension(mvsiz,10) xx,
double precision, dimension(mvsiz,10) yy,
double precision, dimension(mvsiz,10) zz,
integer nel )

Definition at line 28 of file s10sav3.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C G l o b a l P a r a m e t e r s
37C-----------------------------------------------
38#include "mvsiz_p.inc"
39C-----------------------------------------------
40C C o m m o n B l o c k s
41C-----------------------------------------------
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER NC(MVSIZ,10),NEL
46 double precision
47 . xx(mvsiz,10), yy(mvsiz,10), zz(mvsiz,10),sav(nel,30)
48
49C REAL
51 . offg(*)
52C-----------------------------------------------
53C L o c a l V a r i a b l e s
54C-----------------------------------------------
55 INTEGER I, N,NN
56C REAL
57C-----------------------------------------------
58 DO n=1,10
59 DO i=1,nel
60 nn = nc(i,n)
61 IF(abs(offg(i))<=one)THEN
62 sav(i,n) =xx(i,n)
63 sav(i,n+10)=yy(i,n)
64 sav(i,n+20)=zz(i,n)
65 ENDIF
66 ENDDO
67 END DO
68C-----------
69 RETURN
#define my_real
Definition cppsort.cpp:32