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

Go to the source code of this file.

Functions/Subroutines

subroutine c4eoff (jft, jlt, ixc, etag, off)

Function/Subroutine Documentation

◆ c4eoff()

subroutine c4eoff ( integer jft,
integer jlt,
integer, dimension(nixc,*) ixc,
integer, dimension(*) etag,
off )

Definition at line 31 of file c4eoff.F.

32 use element_mod , only : nixc
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, IXC(NIXC,*), ETAG(*)
45 . off(*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER IEL, N1, N2, N3, N4, NALL
50C
51 DO iel=jft,jlt
52 n1=ixc(2,iel)
53 n2=ixc(3,iel)
54 n3=ixc(4,iel)
55 n4=ixc(5,iel)
56 nall=etag(n1)*etag(n2)*etag(n3)*etag(n4)
57 off(iel)=nall
58 ENDDO
59C
60 RETURN
#define my_real
Definition cppsort.cpp:32