#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | c4eoff (jft, jlt, ixc, etag, off) |
◆ c4eoff()
| subroutine c4eoff |
( |
integer | jft, |
|
|
integer | jlt, |
|
|
integer, dimension(nixc,*) | ixc, |
|
|
integer, dimension(*) | etag, |
|
|
| off ) |
Definition at line 29 of file c4eoff.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37
38
39
40 INTEGER JFT, JLT, IXC(NIXC,*), ETAG(*)
42 . off(*)
43
44
45
46 INTEGER IEL, N1, N2, N3, N4, NALL
47
48 DO iel=jft,jlt
49 n1=ixc(2,iel)
50 n2=ixc(3,iel)
51 n3=ixc(4,iel)
52 n4=ixc(5,iel)
53 nall=etag(n1)*etag(n2)*etag(n3)*etag(n4)
54 off(iel)=nall
55 ENDDO
56
57 RETURN