#include "implicit_f.inc"
Go to the source code of this file.
◆ i8gap3()
| subroutine i8gap3 |
( |
| gap, |
|
|
| thk, |
|
|
| area, |
|
|
| alp, |
|
|
integer, intent(inout) | lft, |
|
|
integer, intent(inout) | llt ) |
Definition at line 28 of file i8gap3.F.
31
32
33
34
35#include "implicit_f.inc"
36
37
38
39 INTEGER, INTENT(INOUT) :: LFT
40 INTEGER, INTENT(INOUT) :: LLT
41
43 . gap, thk(*), alp(*),
area(*)
44
45
46
47
48
49
50 INTEGER I
51
53 . var
54
55
56 DO 100 i=lft,llt
57 thk(i)=gap
58 alp(i)=abs(two*gap/sqrt(
area(i)))
59 var = fiveem2
60 alp(i)=
max(var,alp(i))
61 var = one_fifth
62 alp(i)=
min(var,alp(i))
63 100 CONTINUE
64
65 RETURN
subroutine area(d1, x, x2, y, y2, eint, stif0)