#include "implicit_f.inc"
#include "mvsiz_p.inc"
Go to the source code of this file.
◆ i3gap3()
| subroutine i3gap3 |
( |
| gap, |
|
|
intent(in) | area, |
|
|
intent(out) | thk, |
|
|
intent(out) | alp, |
|
|
integer, intent(inout) | lft, |
|
|
integer, intent(inout) | llt ) |
Definition at line 32 of file i3gap3.F.
35
36
37
38#include "implicit_f.inc"
39
40
41
42#include "mvsiz_p.inc"
43
44
45
46 INTEGER, INTENT(INOUT) :: LFT
47 INTEGER, INTENT(INOUT) :: LLT
49 . gap
51 my_real,
DIMENSION(MVSIZ),
INTENT(OUT) :: thk,alp
52
53
54
55
56
57
58 INTEGER I
60 . var
61
62
63 DO i=lft,llt
64 thk(i) = gap
65 alp(i) = abs(two*gap/sqrt(
area(i)))
66 var = fiveem2
67 alp(i) =
max(var,alp(i))
68 var = one_fifth
69 alp(i) =
min(var,alp(i))
70 ENDDO
71
72 RETURN
subroutine area(d1, x, x2, y, y2, eint, stif0)