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

Go to the source code of this file.

Functions/Subroutines

subroutine c3eoff (jft, jlt, ixtg, etag, off)

Function/Subroutine Documentation

◆ c3eoff()

subroutine c3eoff ( integer jft,
integer jlt,
integer, dimension(nixtg,*) ixtg,
integer, dimension(*) etag,
off )

Definition at line 30 of file c3eoff.F.

31 use element_mod , only : nixtg
32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39C-----------------------------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER :: JFT, JLT, IXTG(NIXTG,*), ETAG(*)
43 my_real :: off(*)
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 INTEGER IEL, N1, N2, N3, NALL
48
49 DO iel=jft,jlt
50 n1=ixtg(2,iel)
51 n2=ixtg(3,iel)
52 n3=ixtg(4,iel)
53 nall=etag(n1)*etag(n2)*etag(n3)
54 off(iel)=min(nall,1)
55 ENDDO
56
57 RETURN
#define my_real
Definition cppsort.cpp:32
#define min(a, b)
Definition macros.h:20