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

Go to the source code of this file.

Functions/Subroutines

subroutine i11sol (x, irect, ixs, nint, nel, i, area, noint, knod2els, nod2els, ixs10)

Function/Subroutine Documentation

◆ i11sol()

subroutine i11sol ( x,
integer, dimension(2,*) irect,
integer, dimension(nixs,*) ixs,
integer nint,
integer nel,
integer i,
area,
integer noint,
integer, dimension(*) knod2els,
integer, dimension(*) nod2els,
integer, dimension(6,*) ixs10 )

Definition at line 31 of file i11sol.F.

33 use element_mod , only :nixs
34C-----------------------------------------------
35C I m p l i c i t T y p e s
36C-----------------------------------------------
37#include "implicit_f.inc"
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41#include "com04_c.inc"
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER NINT, NEL, I, NOINT
46C REAL
48 . area
49 INTEGER IRECT(2,*), IXS(NIXS,*), KNOD2ELS(*), NOD2ELS(*),
50 . IXS10(6,*)
51C REAL
53 . x(3,*)
54C-----------------------------------------------
55C L o c a l V a r i a b l e s
56C-----------------------------------------------
57 INTEGER N, JJ, II, K, IAD,
58 . NUSER, NUSERM
59C-----------------------------------------------
60C E x t e r n a l F u n c t i o n s
61C-----------------------------------------------
62C
63 nel=0
64 IF(numels==0) RETURN
65 nuserm = -1
66 DO 230 iad=knod2els(irect(1,i))+1,knod2els(irect(1,i)+1)
67 n = nod2els(iad)
68 DO 220 jj=1,2
69 ii=irect(jj,i)
70 DO k=1,8
71 IF(ixs(k+1,n)==ii) GOTO 220
72 ENDDO
73 IF(n > numels8 .AND. n <= numels8+numels10 )THEN
74 DO k=1,6
75 IF(ixs10(k,n-numels8)==ii) GOTO 220
76 ENDDO
77 ENDIF
78 GOTO 230
79 220 CONTINUE
80 nuser = ixs(11,n)
81 IF (nuser>nuserm) THEN
82 nel = n
83 nuserm = nuser
84 ENDIF
85 230 CONTINUE
86 RETURN
87C
#define my_real
Definition cppsort.cpp:32
subroutine area(d1, x, x2, y, y2, eint, stif0)