#include "implicit_f.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | temp3cg (jft, jlt, pm, mat, ixtg, temp, tempel) |
◆ temp3cg()
| subroutine temp3cg |
( |
integer | jft, |
|
|
integer | jlt, |
|
|
| pm, |
|
|
integer, dimension(*) | mat, |
|
|
integer, dimension(nixtg,*) | ixtg, |
|
|
| temp, |
|
|
| tempel ) |
Definition at line 31 of file temp3cg.F.
33 use element_mod , only : nixtg
34
35
36
37#include "implicit_f.inc"
38
39
40
41#include "param_c.inc"
42
43
44
45 INTEGER JFT, JLT,MAT(*),IXTG(NIXTG,*)
46
48 . temp(*), pm(npropm,*),tempel(*)
49
50
51
52 INTEGER I
53
54
55 DO i=jft,jlt
56 tempel(i) = third * ( temp(ixtg(2,i)) + temp(ixtg(3,i)) +
57 . temp(ixtg(4,i)) )
58 ENDDO
59
60 RETURN