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 29 of file c4eoff.F.

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