Fixed: Undo the fix in e69c100b17
as this apparently causes the issue OPM/IFEM#347. Revisit this later for a proper fix.
This commit is contained in:
parent
633cf80ff8
commit
94389163e5
@ -383,7 +383,7 @@ void ASMu2D::extendRefinementDomain (IntSet& refineIndices,
|
||||
for (int edgeNode : bndry1[edge])
|
||||
if (edgeNode-1 == j)
|
||||
{
|
||||
IntVec secondary = this->getOverlappingNodes(j);
|
||||
IntVec secondary = this->getOverlappingNodes(j, edge/2+1);
|
||||
refineIndices.insert(secondary.begin(),secondary.end());
|
||||
done_with_this_node = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user