Go to the source code of this file.
|
integer function | getnodel (ii, jface, nope) |
|
◆ getnodel()
integer function getnodel |
( |
integer |
ii, |
|
|
integer |
jface, |
|
|
integer |
nope |
|
) |
| |
29 integer ii,jface,nope,
30 & ifaceq(8,6),ifacet(6,4),ifacew1(4,5),ifacew2(8,5)
34 data ifaceq /4,3,2,1,11,10,9,12,
35 & 5,6,7,8,13,14,15,16,
37 & 2,3,7,6,10,19,14,18,
38 & 3,4,8,7,11,20,15,19,
39 & 4,1,5,8,12,17,16,20/
40 data ifacet /1,3,2,7,6,5,
45 data ifacew1 /1,3,2,0,
53 data ifacew2 /1,3,2,9,8,7,0,0,
61 if((nope.eq.20).or.(nope.eq.8))
then 63 elseif((nope.eq.10).or.(nope.eq.4))
then 65 elseif(nope.eq.6)
then integer function getnodel(ii, jface, nope)
Definition: getnodel.f:24