#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | s8eoff (jft, jlt, ixs, etag, off) |
◆ s8eoff()
| subroutine s8eoff |
( |
integer | jft, |
|
|
integer | jlt, |
|
|
integer, dimension(nixs,*) | ixs, |
|
|
integer, dimension(*) | etag, |
|
|
| off ) |
Definition at line 32 of file s8eoff.F.
33
34
35
36#include "implicit_f.inc"
37
38
39
40
41
42
43 INTEGER JFT, JLT, IXS(NIXS,*), ETAG(*)
45 . off(*)
46
47
48
49 INTEGER IEL, I, N1, N2, N3, N4, N5, N6, N7, N8, NALL
50
51 DO iel=jft,jlt
52 n1=ixs(2,iel)
53 n2=ixs(3,iel)
54 n3=ixs(4,iel)
55 n4=ixs(5,iel)
56 n5=ixs(6,iel)
57 n6=ixs(7,iel)
58 n7=ixs(8,iel)
59 n8=ixs(9,iel)
60 nall=etag(n1)*etag(n2)*etag(n3)*etag(n4)
61 . *etag(n5)*etag(n6)*etag(n7)*etag(n8)
63 ENDDO
64
65 RETURN