Home
last modified time | relevance | path

Searched refs:startCompMy (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h664 int startCompMy, myCompEnd; in DMPforestComputeOverlappingRanks() local
666 …PetscCallP4estReturn(startCompMy, p4est_quadrant_compare_piggy, (&globalFirstB[guess], myCoarseSta… in DMPforestComputeOverlappingRanks()
668 if (startCompMy <= 0 && myCompEnd < 0) { in DMPforestComputeOverlappingRanks()
671 } else if (startCompMy > 0) { /* guess is to high */ in DMPforestComputeOverlappingRanks()
682 int startCompMy, myCompEnd; in DMPforestComputeOverlappingRanks() local
684 …PetscCallP4estReturn(startCompMy, p4est_quadrant_compare_piggy, (&globalFirstB[guess], myCoarseEnd… in DMPforestComputeOverlappingRanks()
686 …if (startCompMy < 0 && myCompEnd <= 0) { /* notice that the comparison operators are different fro… in DMPforestComputeOverlappingRanks()
689 } else if (startCompMy >= 0) { /* guess is to high */ in DMPforestComputeOverlappingRanks()