OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
lgmini_i7.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| lgmini_i7 ../starter/source/tools/lagmul/lgmini_i7.F
25!||--- called by ------------------------------------------------------
26!|| lectur ../starter/source/starter/lectur.F
27!||--- calls -----------------------------------------------------
28!|| ancmsg ../starter/source/output/message/message.F
29!|| fretitl2 ../starter/source/starter/freform.F
30!||--- uses -----------------------------------------------------
31!|| message_mod ../starter/share/message_module/message_mod.F
32!||====================================================================
33 SUBROUTINE lgmini_i7( IPARI, INTBUF_TAB, MASS, ITAB, IGRNOD, NOM_OPT)
34C-----------------------------------------------
35C M o d u l e s
36C-----------------------------------------------
37 USE message_mod
38 USE intbufdef_mod
39 USE groupdef_mod
41C-----------------------------------------------
42C I m p l i c i t T y p e s
43C-----------------------------------------------
44#include "implicit_f.inc"
45C-----------------------------------------------
46C C o m m o n B l o c k s
47C-----------------------------------------------
48#include "param_c.inc"
49#include "com04_c.inc"
50#include "scr03_c.inc"
51#include "scr17_c.inc"
52C-----------------------------------------------
53C D u m m y A r g u m e n t s
54C-----------------------------------------------
55 INTEGER IPARI(NPARI,NINTER),ITAB(*)
56 my_real mass(*)
57 INTEGER NOM_OPT(LNOPT1,*)
58 TYPE(intbuf_struct_) INTBUF_TAB(*)
59C-----------------------------------------------
60 TYPE (GROUP_) , DIMENSION(NGRNOD) :: IGRNOD
61C-----------------------------------------------
62C L o c a l V a r i a b l e s
63C-----------------------------------------------
64 INTEGER I, N, NTY , NN0, NSN, ILAGM, NRTS,NRTM, NMN, NAD, IGN
65 INTEGER ID
66 CHARACTER(LEN=NCHARTITLE) :: TITR
67C======================================================================|
68 DO n=1,ninter
69 id=nom_opt(1,n)
70 CALL fretitl2(titr,nom_opt(lnopt1-ltitr+1,n),ltitr)
71 nty=ipari(7,n)
72 ilagm=0
73 IF(codvers>=44) ilagm=ipari(33,n)
74 IF(nty==7.AND.ilagm==1) THEN
75 nsn =ipari(5,n)
76 nmn =ipari(6,n)
77 DO i=1,nsn
78 nn0=intbuf_tab(n)%NSV(i)
79 IF(mass(nn0)==0)THEN
80 CALL ancmsg(msgid=535,
81 . msgtype=msgerror,
82 . anmode=aninfo_blind_1,
83 . c1='INTERFACE TYPE7',
84 . i1=id,
85 . c2='INTERFACE TYPE7',
86 . c3=titr,c4='SECONDARY',
87 . i2=itab(nn0))
88 ENDIF
89 ENDDO
90 ELSE
91 IF(nty==16.AND.ilagm==1) THEN
92 ign =ipari(36,n)
93 nrtm =ipari(4,n)
94 nsn =ipari(5,n)
95 nmn =ipari(6,n)
96 DO i=1,nsn
97 nn0=igrnod(ign)%ENTITY(i)
98 IF(mass(nn0)==0)THEN
99 CALL ancmsg(msgid=535,
100 . msgtype=msgerror,
101 . anmode=aninfo_blind_1,
102 . c1='INTERFACE TYPE7',
103 . i1=id,
104 . c2='INTERFACE TYPE7',
105 . c3=titr,c4='SECONDARY',
106 . i2=itab(nn0))
107 ENDIF
108 ENDDO
109 ENDIF
110 ENDIF
111 ENDDO
112 RETURN
113 END
#define my_real
Definition cppsort.cpp:32
subroutine lgmini_i7(ipari, intbuf_tab, mass, itab, igrnod, nom_opt)
Definition lgmini_i7.F:34
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