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

Go to the source code of this file.

Functions/Subroutines

subroutine gethkt3 (jft, jlt, ht, ir, is, it, mtn)

Function/Subroutine Documentation

◆ gethkt3()

subroutine gethkt3 ( integer jft,
integer jlt,
ht,
integer ir,
integer is,
integer it,
integer, intent(in) mtn )

Definition at line 31 of file gethkt3.F.

34C-----------------------------------------------
35C M o d u l e s
36C-----------------------------------------------
37 USE imp_ktan
38 USE imp_ktan_def
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C C o m m o n B l o c k s
45C-----------------------------------------------
46#include "impl1_c.inc"
47C-----------------------------------------------
48C D u m m y A r g u m e n t s
49C-----------------------------------------------
50 INTEGER, INTENT(IN) :: MTN
51 INTEGER JFT, JLT ,IR,IS,IT
52C REAL
54 . ht(*)
55C-----------------------------------------------
56C L o c a l V a r i a b l e s
57C-----------------------------------------------
58 INTEGER I,MX,J,K
59C REAL
60
61 TYPE(L_KTBUFEP_) , POINTER :: LBUF
62 TYPE(MLAW_TAG_) , POINTER :: MTAG
63C-----------------------------------------------
64 mtag => ktbuf_str(ng_imp)%MLAW_TAG(mtn)
65 lbuf => ktbuf_str(ng_imp)%KTBUFEP(ir,is,it)
66 IF (mtag%L_A_KT>0) THEN
67 DO i=jft,jlt
68 ht(i)= lbuf%A_KT(i)
69 IF (ht(i)==one) ht(i)= zero
70 ENDDO
71 ELSE
72 DO i=jft,jlt
73 ht(i)= zero
74 ENDDO
75 END IF
76C
77 RETURN
#define my_real
Definition cppsort.cpp:32
type(ktbuf_struct_), dimension(:), allocatable, target ktbuf_str