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

Go to the source code of this file.

Functions/Subroutines

subroutine s10eoff (jft, jlt, ixs, ixs10, etag, off)

Function/Subroutine Documentation

◆ s10eoff()

subroutine s10eoff ( integer jft,
integer jlt,
integer, dimension(nixs,*) ixs,
integer, dimension(6,*) ixs10,
integer, dimension(*) etag,
off )

Definition at line 28 of file s10eoff.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36C-----------------------------------------------------------------
37C D u m m y A r g u m e n t s
38C-----------------------------------------------
39 INTEGER JFT, JLT, IXS(NIXS,*),IXS10(6,*), ETAG(*)
41 . off(*)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER IEL, I, N1, N2, N3, N4,NI, J,NALL
46C
47 DO iel=jft,jlt
48 n1=ixs(2,iel)
49 n2=ixs(4,iel)
50 n3=ixs(7,iel)
51 n4=ixs(6,iel)
52 nall=etag(n1)*etag(n2)*etag(n3)*etag(n4)
53 DO j=1,6
54 ni=ixs10(j,iel)
55 IF (ni>0) nall=nall*etag(ni)
56 ENDDO
57 off(iel)=nall
58 ENDDO
59C
60 RETURN
#define my_real
Definition cppsort.cpp:32