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 36 of file nintrn.F.

37 USE message_mod
39C
40C-----------------------------------------------
41C I m p l i c i t T y p e s
42C-----------------------------------------------
43#include "implicit_f.inc"
44C-----------------------------------------------
45C C o m m o n B l o c k s
46C-----------------------------------------------
47C-----------------------------------------------
48C D u m m y A r g u m e n t s
49C-----------------------------------------------
50 INTEGER IEXT, M, N
51 INTEGER NTN(M,N)
52 INTEGER ID
53 CHARACTER(LEN=NCHARTITLE) :: TITR
54C-----------------------------------------------
55C L o c a l V a r i a b l e s
56C-----------------------------------------------
57 INTEGER I
58C-----------------------------------------------
59 DO i=1,n
60 IF(ntn(m,i)==iext)THEN
61 nintrn=i
62 RETURN
63 ENDIF
64 ENDDO
65 nintrn=0
66 CALL ancmsg(msgid=69,
67 . msgtype=msgerror,
68 . anmode=aninfo,
69 . i1=id,
70 . c1=titr,
71 . i2=iext)
72C-------------------------------------------
73 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:895
integer function nintrn(iext, ntn, m, n, id, titr)
Definition nintrn.F:37