#include "implicit_f.inc"
#include "mvsiz_p.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | c3pxpy3 (jft, jlt, pm, sti, stir, smstr, px1, py1, py2, mat, ssp, nel) |
◆ 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.
32
33
34
35#include "implicit_f.inc"
36
37
38
39#include "mvsiz_p.inc"
40
41
42
43#include "param_c.inc"
44
45
46
47 INTEGER MAT(*),JFT,JLT,MX,NEL
48
50 . ssp(mvsiz),pm(npropm,*), sti(*), stir(*),
51 . px1(*), py1(*), py2(*)
52 DOUBLE PRECISION
53 . SMSTR(*)
54
55
56
57 INTEGER I,II(3)
58
59 mx = mat(jft)
60 DO i=jft,jlt
61 ssp(i) = pm(27,mx)
62 ENDDO
63
64 DO i=1,3
65 ii(i) = nel*(i-1)
66 ENDDO
67
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
73
74 DO i=jft,jlt
75 sti(i) = ep30
76 stir(i)= zero
77 ENDDO
78
79 RETURN