#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 31 of file c4eoff.F.
32 use element_mod , only : nixc
33
34
35
36#include "implicit_f.inc"
37
38
39
40
41
42
43 INTEGER JFT, JLT, IXC(NIXC,*), ETAG(*)
45 . off(*)
46
47
48
49 INTEGER IEL, N1, N2, N3, N4, NALL
50
51 DO iel=jft,jlt
52 n1=ixc(2,iel)
53 n2=ixc(3,iel)
54 n3=ixc(4,iel)
55 n4=ixc(5,iel)
56 nall=etag(n1)*etag(n2)*etag(n3)*etag(n4)
57 off(iel)=nall
58 ENDDO
59
60 RETURN