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

Go to the source code of this file.

Functions/Subroutines

subroutine i7stsecnd (ipari, stifint, intbuf_tab)

Function/Subroutine Documentation

◆ i7stsecnd()

subroutine i7stsecnd ( integer, dimension(*) ipari,
stifint,
type(intbuf_struct_) intbuf_tab )

Definition at line 29 of file i7stslav.F.

30C-----------------------------------------------
31C M o d u l e s
32C-----------------------------------------------
33 USE intbufdef_mod
34C-----------------------------------------------
35C I m p l i c i t T y p e s
36C-----------------------------------------------
37#include "implicit_f.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER IPARI(*)
43 . stifint(*)
44
45 TYPE(INTBUF_STRUCT_) INTBUF_TAB
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER NRTS, NRTM, NSN, NMN,
50 . I, J,
51 . INACTI,IGAP,MULTIMP,NSN0,ITY,NSNE,S
52C---------------------------------------------
53C MISE A JOUR DES RIGIDITES NODALES EQUIVALENTES (COTE SECOND)
54C---------------------------------------------
55 nsn =ipari(5)
56 DO i=1,nsn
57 j=intbuf_tab%NSV(i)
58 IF(intbuf_tab%STFNS(i)/=zero)
59 . intbuf_tab%STFNS(i) = stifint(j)
60 ENDDO
61C
62 RETURN
#define my_real
Definition cppsort.cpp:32