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

Go to the source code of this file.

Functions/Subroutines

subroutine chkfunct (nfunct, npc, nom_opt)

Function/Subroutine Documentation

◆ chkfunct()

subroutine chkfunct ( integer nfunct,
integer, dimension(*) npc,
integer, dimension(lnopt1,*) nom_opt )

Definition at line 33 of file lecfun.F.

34 USE message_mod
36C-----------------------------------------------
37C I m p l i c i t T y p e s
38C-----------------------------------------------
39#include "implicit_f.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER NFUNCT, NPC(*)
44 INTEGER NOM_OPT(LNOPT1,*)
45C-----------------------------------------------
46C C o m m o n B l o c k s
47C-----------------------------------------------
48#include "scr17_c.inc"
49C-----------------------------------------------
50C L o c a l V a r i a b l e s
51C-----------------------------------------------
52 INTEGER I,L,NPTS,IDFUNCT,ISMOOTH
53 INTEGER ID
54 CHARACTER(LEN=NCHARTITLE) :: TITR
55C======================================================================|
56 l=1
57 DO i=1,nfunct
58 id=nom_opt(1,i)
59 CALL fretitl2(titr,nom_opt(lnopt1-ltitr+1,i),ltitr)
60 l=l+1
61 npts=npc(l)-npc(l-1)
62 idfunct=npc(nfunct+l)
63 ismooth = npc(2 * nfunct+ l)
64 IF(npts<2 .AND. idfunct > 0 .AND. ismooth >= 0)THEN
65 CALL ancmsg(msgid=604,
66 . msgtype=msgerror,
67 . anmode=aninfo_blind_2,
68 . i1=id,
69 . c1=titr)
70 END IF
71 END DO
72 RETURN
73C
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
subroutine fretitl2(titr, iasc, l)
Definition freform.F:804