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

Go to the source code of this file.

Functions/Subroutines

subroutine peoff (nixpl, jft, jlt, ixp, etag, off)

Function/Subroutine Documentation

◆ peoff()

subroutine peoff ( integer nixpl,
integer jft,
integer jlt,
integer, dimension(nixpl,*) ixp,
integer, dimension(*) etag,
off )

Definition at line 33 of file peoff.F.

35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C C o m m o n B l o c k s
41C-----------------------------------------------
42C-----------------------------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER NIXPL, JFT, JLT, IXP(NIXPL,*), ETAG(*)
47 . off(*)
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER IEL, I, N1, N2, NALL
52C
53 DO iel=jft,jlt
54 n1=ixp(2,iel)
55 n2=ixp(3,iel)
56 nall=etag(n1)*etag(n2)
57 off(iel)=min(nall,1)
58 ENDDO
59C
60 RETURN
#define my_real
Definition cppsort.cpp:32
#define min(a, b)
Definition macros.h:20