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

Go to the source code of this file.

Functions/Subroutines

subroutine sxfillopt (npe, fill, sti, fx, fy, fz, nel)

Function/Subroutine Documentation

◆ sxfillopt()

subroutine sxfillopt ( integer npe,
fill,
sti,
fx,
fy,
fz,
integer, intent(in) nel )

Definition at line 30 of file sxfillopt.F.

33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C G l o b a l P a r a m e t e r s
39C-----------------------------------------------
40#include "mvsiz_p.inc"
41C-----------------------------------------------
42C C o m m o n B l o c k s
43C-----------------------------------------------
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER, INTENT(IN) :: NEL
48 INTEGER NPE
50 . fill(*),sti(*),
51 . fx(mvsiz,npe), fy(mvsiz,npe), fz(mvsiz,npe)
52C-----------------------------------------------
53C L o c a l V a r i a b l e s
54C-----------------------------------------------
55 INTEGER I,J
56C-----------------------------------------------
57 DO i=1,nel
58 sti(i)=fill(i)*sti(i)
59 END DO
60 DO j=1,npe
61 DO i=1,nel
62 fx(i,j)=fill(i)*fx(i,j)
63 fy(i,j)=fill(i)*fy(i,j)
64 fz(i,j)=fill(i)*fz(i,j)
65 END DO
66 END DO
67
68 RETURN
#define my_real
Definition cppsort.cpp:32