#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | c3be3 (jft, jlt, px1, py1, py2, x2, x3, y3, area) |
◆ c3be3()
| subroutine c3be3 |
( |
integer | jft, |
|
|
integer | jlt, |
|
|
| px1, |
|
|
| py1, |
|
|
| py2, |
|
|
| x2, |
|
|
| x3, |
|
|
| y3, |
|
|
| area ) |
Definition at line 28 of file c3be3.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37 INTEGER JFT, JLT
38 my_real px1(*), py1(*), py2(*), x2(*),x3(*), y3(*),
area(*)
39
40
41
42 INTEGER I
44
45
46 DO i=jft,jlt
48 px1(i)=-ai*y3(i)
49 py1(i)= ai*(x3(i)-x2(i))
50 py2(i)=-ai*x3(i)
51 ENDDO
52
53 RETURN
54
subroutine area(d1, x, x2, y, y2, eint, stif0)