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

Go to the source code of this file.

Functions/Subroutines

subroutine degenes8 (ixs, idege, nel)

Function/Subroutine Documentation

◆ degenes8()

subroutine degenes8 ( integer, dimension(nixs,*) ixs,
integer, dimension(*) idege,
integer, intent(in) nel )

Definition at line 35 of file degenes8.F.

37C-----------------------------------------------
38C I m p l i c i t T y p e s
39C-----------------------------------------------
40#include "implicit_f.inc"
41C-----------------------------------------------
42C C o m m o n B l o c k s
43C-----------------------------------------------
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER, INTENT(IN) :: NEL
48 INTEGER IXS(NIXS,*), IDEGE(*)
49C-----------------------------------------------
50C External function
51C-----------------------------------------------
52 LOGICAL INTAB
53 EXTERNAL intab
54C-----------------------------------------------
55C L o c a l V a r i a b l e s
56C-----------------------------------------------
57 INTEGER I ,NC(8),NJ,J
58C-----------------------------------------------
59 DO i=1,nel
60 idege(i)=0
61 DO j=1,8
62 nc(j)=ixs(j+1,i)
63 END DO
64 DO j=1,8
65 nj=nc(j)
66 nc(j)=0
67 IF (intab(8,nc,nj)) idege(i)=idege(i)+1
68 nc(j)=nj
69 END DO
70C------number of degene nodes
71 idege(i)=idege(i)/2
72 ENDDO
73C
74 RETURN
logical function intab(nic, ic, n)
Definition i24tools.F:95
subroutine idege(x1, x2, x3, x4, y1, y2, y3, y4, z1, z2, z3, z4, a, amax, fac, it4, it, indx, n_indx)
Definition idege.F:30