#include "implicit_f.inc"
Go to the source code of this file.
◆ degenes8()
| subroutine degenes8 |
( |
integer, dimension(nixs,*) | ixs, |
|
|
integer, dimension(*) | idege, |
|
|
integer, intent(in) | nel ) |
Definition at line 37 of file degenes8.F.
39 use element_mod , only : nixs
40
41
42
43#include "implicit_f.inc"
44
45
46
47
48
49
50 INTEGER, INTENT(IN) :: NEL
51 INTEGER IXS(NIXS,*), IDEGE(*)
52
53
54
55 LOGICAL INTAB
57
58
59
60 INTEGER I ,NC(8),NJ,J
61
62 DO i=1,nel
64 DO j=1,8
65 nc(j)=ixs(j+1,i)
66 END DO
67 DO j=1,8
68 nj=nc(j)
69 nc(j)=0
71 nc(j)=nj
72 END DO
73
75 ENDDO
76
77 RETURN
subroutine idege(x1, x2, x3, x4, y1, y2, y3, y4, z1, z2, z3, z4, a, amax, fac, it4, it, indx, n_indx)