OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i18pwr3.F File Reference
#include "implicit_f.inc"
#include "mvsiz_p.inc"
#include "units_c.inc"
#include "vect07_c.inc"
#include "scr03_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine i18pwr3 (itab, inacti, cand_e, cand_n, stfn, stf, x, nsv, iwpene, cand_p, cand_en, cand_nn, tag, noint, gapv, ix1, ix2, ix3, ix4, nsvg, pene)

Function/Subroutine Documentation

◆ i18pwr3()

subroutine i18pwr3 ( integer, dimension(*) itab,
integer inacti,
integer, dimension(*) cand_e,
integer, dimension(*) cand_n,
stfn,
stf,
x,
integer, dimension(*) nsv,
integer iwpene,
cand_p,
integer, dimension(*) cand_en,
integer, dimension(*) cand_nn,
integer, dimension(*) tag,
integer noint,
gapv,
integer, dimension(mvsiz), intent(in) ix1,
integer, dimension(mvsiz), intent(in) ix2,
integer, dimension(mvsiz), intent(in) ix3,
integer, dimension(mvsiz), intent(in) ix4,
integer, dimension(mvsiz), intent(in) nsvg,
intent(in) pene )

Definition at line 30 of file i18pwr3.F.

35C-----------------------------------------------
36C M o d u l e s
37C-----------------------------------------------
38 USE format_mod , ONLY : fmw_5i
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C G l o b a l P a r a m e t e r s
45C-----------------------------------------------
46#include "mvsiz_p.inc"
47C-----------------------------------------------
48C D u m m y A r g u m e n t s
49C-----------------------------------------------
50 INTEGER ITAB(*),CAND_E(*),CAND_N(*),CAND_EN(*),CAND_NN(*)
51 INTEGER NSV(*),TAG(*),IWPENE,INACTI,NOINT
53 . stf(*),stfn(*),x(3,*),cand_p(*),gapv(*)
54 INTEGER, DIMENSION(MVSIZ), INTENT(IN) :: IX1,IX2,IX3,IX4,NSVG
55 my_real, DIMENSION(MVSIZ), INTENT(IN) :: pene
56C-----------------------------------------------
57C C o m m o n B l o c k s
58C-----------------------------------------------
59#include "units_c.inc"
60#include "vect07_c.inc"
61#include "scr03_c.inc"
62C-----------------------------------------------
63C L o c a l V a r i a b l e s
64C-----------------------------------------------
65 INTEGER :: I
66 my_real :: peneold
67C-----------------------------------------------
68C S o u r c e L i n e s
69C-----------------------------------------------
70 DO i=lft,llt
71 IF(ipri>=1.AND.pene(i)>zero)THEN
72 WRITE(iout,fmt=fmw_5i)
73 1 itab(nsvg(i)),
74 2 itab(ix1(i)),itab(ix2(i)),itab(ix3(i)),itab(ix4(i))
75 ELSEIF(ipri>=6)THEN
76 WRITE(iout,fmt=fmw_5i)
77 1 itab(nsvg(i)),
78 2 itab(ix1(i)),itab(ix2(i)),itab(ix3(i)),itab(ix4(i))
79 ENDIF
80 IF(pene(i)>zero)THEN
81 tag(nsvg(i))=tag(nsvg(i))+1
82 cand_p(iwpene+1) = zero
83 cand_nn(iwpene+1) = cand_n(i)
84 cand_en(iwpene+1) = cand_e(i)
85 iwpene=iwpene+1
86 ENDIF
87 ENDDO
88C-----------------------------------------------
89 RETURN
#define my_real
Definition cppsort.cpp:32