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

Go to the source code of this file.

Functions/Subroutines

subroutine get_etfac_s (nel, sfac, mtn)

Function/Subroutine Documentation

◆ get_etfac_s()

subroutine get_etfac_s ( integer nel,
sfac,
integer mtn )

Definition at line 35 of file get_etfac_s.F.

36C-----------------------------------------------
37C M o d u l e s
38C-----------------------------------------------
39 USE imp_ktan
40 USE imp_ktan_def
41C-----------------------------------------------
42C I m p l i c i t T y p e s
43C-----------------------------------------------
44#include "implicit_f.inc"
45C-----------------------------------------------
46C C o m m o n B l o c k s
47C-----------------------------------------------
48#include "impl1_c.inc"
49C-----------------------------------------------
50C D u m m y A r g u m e n t s
51C-----------------------------------------------
52 INTEGER NEL,MTN
53C REAL
55 . sfac(*)
56C-----------------------------------------------
57C L o c a l V a r i a b l e s
58C-----------------------------------------------
59 INTEGER I ,J,IKTMAT
60C REAL
61C-----------------------------------------------
62 CALL iktmat_ini(mtn,iktmat)
63 DO i = 1,nel
64 sfac(i)= one
65 ENDDO
66 IF (iktmat==0.OR.inconv < 0) RETURN
67C
68 DO i = 1,nel
69 sfac(i)=max(em5,ktbuf_str(ng_imp)%ETFAC(i))
70 ENDDO
71C
72 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine iktmat_ini(mtn, iktmat)
Definition imp_init.F:349
#define max(a, b)
Definition macros.h:21
type(ktbuf_struct_), dimension(:), allocatable, target ktbuf_str