#include "implicit_f.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | tmat3 (jft, jlt, pm, mat, area, al, kx) |
◆ tmat3()
| subroutine tmat3 |
( |
integer | jft, |
|
|
integer | jlt, |
|
|
| pm, |
|
|
integer, dimension(*) | mat, |
|
|
| area, |
|
|
| al, |
|
|
| kx ) |
Definition at line 28 of file tmat3.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37#include "param_c.inc"
38
39
40
41 INTEGER JFT ,JLT, MAT(*)
43 . pm(npropm,*),
area(*), al(*),kx(*)
44
45
46
47 INTEGER I, J
49 . ym
50
51
52
53 DO i=jft,jlt
54 ym =pm(20,mat(i))
55 kx(i)=ym*
area(i)/al(i)
56 ENDDO
57
58 RETURN
subroutine area(d1, x, x2, y, y2, eint, stif0)