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

Go to the source code of this file.

Functions/Subroutines

subroutine sporth3 (ipart, ipartsp, igeo, gama, skew, nel)

Function/Subroutine Documentation

◆ sporth3()

subroutine sporth3 ( integer, dimension(lipart1,*) ipart,
integer, dimension(*) ipartsp,
integer, dimension(npropgi,*) igeo,
gama,
skew,
integer nel )

Definition at line 29 of file sporth3.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C C o m m o n B l o c k s
37C-----------------------------------------------
38#include "vect01_c.inc"
39#include "param_c.inc"
40#include "scr17_c.inc"
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER IPART(LIPART1,*),IPARTSP(*),IGEO(NPROPGI,*),NEL
46 . gama(nel,6),skew(lskew,*)
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50 INTEGER I, IPRT, IG, ISK
51C=======================================================================
52 DO i=lft,llt
53 iprt=ipartsp(i)
54 ig =ipart(2,iprt)
55 isk = igeo(2,ig)
56 IF (isk/=0) THEN
57C ISK = GEO(2,IG)
58 gama(i,1)= skew(1,isk)
59 gama(i,2)= skew(2,isk)
60 gama(i,3)= skew(3,isk)
61 gama(i,4)= skew(4,isk)
62 gama(i,5)= skew(5,isk)
63 gama(i,6)= skew(6,isk)
64 ENDIF
65 ENDDO
66C
67 RETURN
#define my_real
Definition cppsort.cpp:32