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 30 of file s10eoff.F.

31 use element_mod , only : nixs
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, IXS(NIXS,*),IXS10(6,*), ETAG(*)
44 . off(*)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER IEL, N1, N2, N3, N4,NI, J,NALL
49C
50 DO iel=jft,jlt
51 n1=ixs(2,iel)
52 n2=ixs(4,iel)
53 n3=ixs(7,iel)
54 n4=ixs(6,iel)
55 nall=etag(n1)*etag(n2)*etag(n3)*etag(n4)
56 DO j=1,6
57 ni=ixs10(j,iel)
58 IF (ni>0) nall=nall*etag(ni)
59 ENDDO
60 off(iel)=nall
61 ENDDO
62C
63 RETURN
#define my_real
Definition cppsort.cpp:32