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

Go to the source code of this file.

Functions/Subroutines

subroutine i24cor3 (x, irect, nsv, cand_e, cand_n, stf, stfn, gapv, igap, gap, gap_s, gap_m)

Function/Subroutine Documentation

◆ i24cor3()

subroutine i24cor3 ( x,
integer, dimension(4,*) irect,
integer, dimension(*) nsv,
integer, dimension(*) cand_e,
integer, dimension(*) cand_n,
stf,
stfn,
gapv,
integer igap,
gap,
gap_s,
gap_m )

Definition at line 28 of file i24cor3.F.

31C============================================================================
32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C D u m m y A r g u m e n t s
38C-----------------------------------------------
39 INTEGER IGAP, IRECT(4,*), NSV(*), CAND_E(*), CAND_N(*)
41 . gap, x(3,*), stf(*), stfn(*), gapv(*), gap_s(*), gap_m(*)
42C-----------------------------------------------
43C C o m m o n B l o c k s
44C-----------------------------------------------
45#include "vect07_c.inc"
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER I,ISTF
50C-----------------------------------------------
51C------------ICAP=1 for the moment
52 IF(igap==0)THEN
53 DO i=lft,llt
54 gapv(i) = gap
55 ENDDO
56 ELSE
57 DO i=lft,llt
58 gapv(i) = gap_s(cand_n(i))+gap_m(cand_e(i))
59 ENDDO
60 ENDIF
61C
62 istf = 0
63C IF(ISTF/=0)THEN
64C DO I=LFT,LLT
65Cc STIF(I)=STF(CAND_E(I))*STFN(CAND_N(I))
66C ENDDO
67C ENDIF
68C
69 RETURN
#define my_real
Definition cppsort.cpp:32