#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 35 of file degenes8.F.
37
38
39
40#include "implicit_f.inc"
41
42
43
44
45
46
47 INTEGER, INTENT(IN) :: NEL
48 INTEGER IXS(NIXS,*), IDEGE(*)
49
50
51
52 LOGICAL INTAB
54
55
56
57 INTEGER I ,NC(8),NJ,J
58
59 DO i=1,nel
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
68 nc(j)=nj
69 END DO
70
72 ENDDO
73
74 RETURN
subroutine idege(x1, x2, x3, x4, y1, y2, y3, y4, z1, z2, z3, z4, a, amax, fac, it4, it, indx, n_indx)