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

Go to the source code of this file.

Functions/Subroutines

subroutine s8eoff (jft, jlt, ixs, etag, off)

Function/Subroutine Documentation

◆ s8eoff()

subroutine s8eoff ( integer jft,
integer jlt,
integer, dimension(nixs,*) ixs,
integer, dimension(*) etag,
off )

Definition at line 32 of file s8eoff.F.

33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C C o m m o n B l o c k s
39C-----------------------------------------------
40C-----------------------------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER JFT, JLT, IXS(NIXS,*), ETAG(*)
45 . off(*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER IEL, I, N1, N2, N3, N4, N5, N6, N7, N8, NALL
50C
51 DO iel=jft,jlt
52 n1=ixs(2,iel)
53 n2=ixs(3,iel)
54 n3=ixs(4,iel)
55 n4=ixs(5,iel)
56 n5=ixs(6,iel)
57 n6=ixs(7,iel)
58 n7=ixs(8,iel)
59 n8=ixs(9,iel)
60 nall=etag(n1)*etag(n2)*etag(n3)*etag(n4)
61 . *etag(n5)*etag(n6)*etag(n7)*etag(n8)
62 off(iel)=min(nall,1)
63 ENDDO
64C
65 RETURN
#define my_real
Definition cppsort.cpp:32
#define min(a, b)
Definition macros.h:20