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 30 of file i11sol.F.

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