OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
s20tempcg.F File Reference
#include "implicit_f.inc"
#include "mvsiz_p.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine s20tempcg (jft, jlt, npe, nc, ni, temp, tempel)

Function/Subroutine Documentation

◆ s20tempcg()

subroutine s20tempcg ( integer jft,
integer jlt,
integer npe,
integer, dimension(mvsiz,npe) nc,
ni,
temp,
tempel )

Definition at line 29 of file s20tempcg.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C G l o b a l P a r a m e t e r s
36C-----------------------------------------------
37#include "mvsiz_p.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER NPE,NC(MVSIZ,NPE),JFT,JLT
43 . temp(*),ni(npe),tempel(*)
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 INTEGER I,J
48C --- temperature on integration point
49 DO i=jft,jlt
50 tempel(i) = zero
51 DO j=1,npe
52 tempel(i)= tempel(i)+ ni(j) * temp(nc(i,j))
53 ENDDO
54 ENDDO
55C
56 RETURN
#define my_real
Definition cppsort.cpp:32