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

Go to the source code of this file.

Functions/Subroutines

integer function nintrn (iext, ntn, m, n, id, titr)

Function/Subroutine Documentation

◆ nintrn()

integer function nintrn ( integer iext,
integer, dimension(m,n) ntn,
integer m,
integer n,
integer id,
character(len=nchartitle) titr )

Definition at line 44 of file nintrn.F.

45 USE message_mod
47C
48C-----------------------------------------------
49C I m p l i c i t T y p e s
50C-----------------------------------------------
51#include "implicit_f.inc"
52C-----------------------------------------------
53C C o m m o n B l o c k s
54C-----------------------------------------------
55C-----------------------------------------------
56C D u m m y A r g u m e n t s
57C-----------------------------------------------
58 INTEGER IEXT, M, N
59 INTEGER NTN(M,N)
60 INTEGER ID
61 CHARACTER(LEN=NCHARTITLE) :: TITR
62C-----------------------------------------------
63C L o c a l V a r i a b l e s
64C-----------------------------------------------
65 INTEGER I
66C-----------------------------------------------
67 DO i=1,n
68 IF(ntn(m,i)==iext)THEN
69 nintrn=i
70 RETURN
71 ENDIF
72 ENDDO
73 nintrn=0
74 CALL ancmsg(msgid=69,
75 . msgtype=msgerror,
76 . anmode=aninfo,
77 . i1=id,
78 . c1=titr,
79 . i2=iext)
80C-------------------------------------------
81 RETURN
initmumps id
integer, parameter nchartitle
subroutine ancmsg(msgid, msgtype, anmode, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, r1, r2, r3, r4, r5, r6, r7, r8, r9, c1, c2, c3, c4, c5, c6, c7, c8, c9, prmode)
Definition message.F:889
integer function nintrn(iext, ntn, m, n, id, titr)
Definition nintrn.F:45