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

Go to the source code of this file.

Functions/Subroutines

subroutine c3pxpy3 (jft, jlt, pm, sti, stir, smstr, px1, py1, py2, mat, ssp, nel)

Function/Subroutine Documentation

◆ c3pxpy3()

subroutine c3pxpy3 ( integer jft,
integer jlt,
pm,
sti,
stir,
double precision, dimension(*) smstr,
px1,
py1,
py2,
integer, dimension(*) mat,
ssp,
integer nel )

Definition at line 29 of file c3pxpy3.F.

32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C G l o b a l P a r a m e t e r s
38C-----------------------------------------------
39#include "mvsiz_p.inc"
40C-----------------------------------------------
41C C o m m o n B l o c k s
42C-----------------------------------------------
43#include "param_c.inc"
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER MAT(*),JFT,JLT,MX,NEL
48C REAL
50 . ssp(mvsiz),pm(npropm,*), sti(*), stir(*),
51 . px1(*), py1(*), py2(*)
52 DOUBLE PRECISION
53 . SMSTR(*)
54C-----------------------------------------------
55C L o c a l V a r i a b l e s
56C-----------------------------------------------
57 INTEGER I,II(3)
58C=======================================================================
59 mx = mat(jft)
60 DO i=jft,jlt
61 ssp(i) = pm(27,mx)
62 ENDDO
63C
64 DO i=1,3
65 ii(i) = nel*(i-1)
66 ENDDO
67C
68 DO i=jft,jlt
69 px1(i) = smstr(ii(1)+i)
70 py1(i) = smstr(ii(2)+i)
71 py2(i) = smstr(ii(3)+i)
72 ENDDO
73C
74 DO i=jft,jlt
75 sti(i) = ep30
76 stir(i)= zero
77 ENDDO
78C-----------
79 RETURN
#define my_real
Definition cppsort.cpp:32