OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inintr1.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!|| inintr1 ../starter/source/interfaces/interf1/inintr1.f
25!||--- called by ------------------------------------------------------
26!|| lectur ../starter/source/starter/lectur.F
27!||--- calls -----------------------------------------------------
28!|| i20stifn ../starter/source/interfaces/inter3d1/i20stifn.F
29!|| i24stsecnd ../starter/source/interfaces/inter3d1/i24stslav.f
30!|| i25stsecnd ../starter/source/interfaces/inter3d1/i25stslav.F
31!|| i7stsecnd ../starter/source/interfaces/inter3d1/i7stslav.F
32!||--- uses -----------------------------------------------------
33!||====================================================================
34 SUBROUTINE inintr1(IPARI ,STIFINT, INTBUF_TAB ,STFAC)
35C-----------------------------------------------
36C M o d u l e s
37C-----------------------------------------------
38 USE intbufdef_mod
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C C o m m o n B l o c k s
45C-----------------------------------------------
46#include "com01_c.inc"
47#include "com04_c.inc"
48#include "param_c.inc"
49C-----------------------------------------------
50C D u m m y A r g u m e n t s
51C-----------------------------------------------
52 INTEGER IPARI(NPARI,*)
53C REAL
55 . stifint(*), stfac(*)
56
57 TYPE(intbuf_struct_) INTBUF_TAB(*)
58C-----------------------------------------------
59C L o c a l V a r i a b l e s
60C-----------------------------------------------
61 INTEGER N
62 INTEGER NTY, IGSTI
63C
64 IF(n2d/=0)RETURN
65C
66 DO n=1,ninter
67 nty=ipari(7,n)
68 IF (nty==7.OR.nty==22)THEN
69 igsti=ipari(34,n)
70 IF(igsti>1)THEN
71 CALL i7stsecnd(
72 1 ipari(1,n),stifint,intbuf_tab(n))
73 ENDIF
74 ELSEIF (nty==20)THEN
75 CALL i20stifn(ipari(1,n),stifint,intbuf_tab(n))
76 ELSEIF (nty==21)THEN
77 igsti=ipari(34,n)
78 IF(igsti==0)THEN
79 CALL i7stsecnd(
80 1 ipari(1,n),stifint,intbuf_tab(n))
81 END IF
82 ELSEIF (nty==23)THEN
83 igsti=ipari(34,n)
84 IF(igsti==0)THEN
85 CALL i7stsecnd(
86 1 ipari(1,n),stifint,intbuf_tab(n))
87 END IF
88 ELSEIF (nty==24)THEN
89 igsti=ipari(34,n)
90 IF(igsti>1 .OR. igsti==-1)THEN
91 CALL i24stsecnd(
92 1 ipari(1,n),stifint,intbuf_tab(n),stfac(n))
93 ENDIF
94 ELSEIF (nty==25)THEN
95 igsti=ipari(34,n)
96 IF(igsti>1)THEN
97 CALL i25stsecnd(
98 1 ipari(1,n),stifint,intbuf_tab(n),stfac(n))
99 ENDIF
100 ENDIF
101 ENDDO
102C
103 RETURN
104 END
#define my_real
Definition cppsort.cpp:32
subroutine i20stifn(ipari, stifint, intbuf_tab)
Definition i20stifn.F:32
subroutine i24stsecnd(ipari, stifint, intbuf_tab, sfac)
Definition i24stslav.F:32
subroutine i25stsecnd(ipari, stifint, intbuf_tab, sfac)
Definition i25stslav.F:30
subroutine i7stsecnd(ipari, stifint, intbuf_tab)
Definition i7stslav.F:30
subroutine inintr1(ipari, stifint, intbuf_tab, stfac)
Definition inintr1.F:35
program starter
Definition starter.F:39