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

Go to the source code of this file.

Functions/Subroutines

subroutine tmat3 (jft, jlt, pm, mat, area, al, kx)

Function/Subroutine Documentation

◆ tmat3()

subroutine tmat3 ( integer jft,
integer jlt,
pm,
integer, dimension(*) mat,
area,
al,
kx )

Definition at line 28 of file tmat3.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C C o m m o n B l o c k s
36C-----------------------------------------------
37#include "param_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER JFT ,JLT, MAT(*)
43 . pm(npropm,*), area(*), al(*),kx(*)
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 INTEGER I, J
49 . ym
50C-----------------------------------------------
51C S o u r c e L i n e s
52C-----------------------------------------------
53 DO i=jft,jlt
54 ym =pm(20,mat(i))
55 kx(i)=ym*area(i)/al(i)
56 ENDDO
57C-----------------------------------------------
58 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine area(d1, x, x2, y, y2, eint, stif0)