Lines Matching refs:nproc
622 PetscInt proc, nproc, seen, flippedA, flippedB, mismatch, numNeighbors, n; in DMPlexOrient() local
629 nproc = neighbors[n]; in DMPlexOrient()
631 seen = PetscBTLookup(seenProcs, nproc); in DMPlexOrient()
632 flippedB = PetscBTLookup(flippedProcs, nproc) ? 1 : 0; in DMPlexOrient()
635 … %" PetscInt_FMT " and %" PetscInt_FMT " do not match: Fault mesh is non-orientable", proc, nproc); in DMPlexOrient()
637 PetscCall(PetscBTSet(flippedProcs, nproc)); in DMPlexOrient()
640 procFIFO[pBottom++] = nproc; in DMPlexOrient()
641 PetscCall(PetscBTSet(seenProcs, nproc)); in DMPlexOrient()
999 PetscInt proc, nproc, seen, flippedA, flippedB, mismatch, numNeighbors; in DMPlexOrientCells_Internal() local
1006 nproc = neighbors[n]; in DMPlexOrientCells_Internal()
1008 seen = PetscBTLookup(seenProcs, nproc); in DMPlexOrientCells_Internal()
1009 flippedB = PetscBTLookup(flippedProcs, nproc) ? 1 : 0; in DMPlexOrientCells_Internal()
1012 … %" PetscInt_FMT " and %" PetscInt_FMT " do not match: Fault mesh is non-orientable", proc, nproc); in DMPlexOrientCells_Internal()
1014 PetscCall(PetscBTSet(flippedProcs, nproc)); in DMPlexOrientCells_Internal()
1017 procFIFO[pBottom++] = nproc; in DMPlexOrientCells_Internal()
1018 PetscCall(PetscBTSet(seenProcs, nproc)); in DMPlexOrientCells_Internal()