corrected ip numbers in FE_ipNeighbor for element type 21; used to get wrong neighborhood for this element type
This commit is contained in:
parent
9b5047c828
commit
1730a90e12
|
@ -552,15 +552,15 @@ candidate: do i=1,minN ! iterate over lonelyNode's shared elements
|
||||||
8,-5,-4, 4,16,-1, &
|
8,-5,-4, 4,16,-1, &
|
||||||
9, 7,-4, 5,17,-1, &
|
9, 7,-4, 5,17,-1, &
|
||||||
-3, 8,-4, 6,18,-1, &
|
-3, 8,-4, 6,18,-1, &
|
||||||
11,-5,13,-2,10, 1, &
|
11,-5,13,-2,19, 1, &
|
||||||
12,10,14,-2,11, 2, &
|
12,10,14,-2,20, 2, &
|
||||||
-3,11,15,-2,12, 3, &
|
-3,11,15,-2,21, 3, &
|
||||||
14,-5,16,10,13, 4, &
|
14,-5,16,10,22, 4, &
|
||||||
15,13,17,11,14, 5, &
|
15,13,17,11,23, 5, &
|
||||||
-3,14,18,12,15, 6, &
|
-3,14,18,12,24, 6, &
|
||||||
17,-5,-4,13,16, 7, &
|
17,-5,-4,13,25, 7, &
|
||||||
18,16,-4,14,17, 8, &
|
18,16,-4,14,26, 8, &
|
||||||
-3,17,-4,15,18, 9, &
|
-3,17,-4,15,27, 9, &
|
||||||
20,-5,22,-2,-6,10, &
|
20,-5,22,-2,-6,10, &
|
||||||
21,19,23,-2,-6,11, &
|
21,19,23,-2,-6,11, &
|
||||||
-3,20,24,-2,-6,12, &
|
-3,20,24,-2,-6,12, &
|
||||||
|
|
Loading…
Reference in New Issue