We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c6704 commit 14490efCopy full SHA for 14490ef
src/base/ghost_point_neighbors.C
@@ -146,7 +146,7 @@ void GhostPointNeighbors::operator()
146
{
147
// Don't need to ghost RemoteElem or an element we already own or an
148
// element we've already examined
149
- if (appn == remote_elem || appn->processor_id() == _mesh->processor_id() ||
+ if (appn == remote_elem || appn->processor_id() == p ||
150
periodic_elems_examined.count(appn))
151
continue;
152
0 commit comments