Lines Matching refs:supportSize
171 PetscInt supportSize; in DMPlexCreatePartitionerGraph_Native() local
174 PetscCall(DMPlexGetSupportSize(dm, f, &supportSize)); in DMPlexCreatePartitionerGraph_Native()
175 if (supportSize == 1) adjCells[f] = DMPlex_GlobalID(cellNum[support[0] - pStart]); in DMPlexCreatePartitionerGraph_Native()
176 else if (supportSize == 2) { in DMPlexCreatePartitionerGraph_Native()
183 if (supportSize > 2) { in DMPlexCreatePartitionerGraph_Native()
192 PetscCall(DMPlexGetSupportSize(dm, child, &supportSize)); in DMPlexCreatePartitionerGraph_Native()
193 if (supportSize == 1) adjCells[child] = DMPlex_GlobalID(cellNum[support[0] - pStart]); in DMPlexCreatePartitionerGraph_Native()
194 else if (supportSize == 2) { in DMPlexCreatePartitionerGraph_Native()
575 PetscInt supportSize; in DMPlexCreateNeighborCSR() local
576 PetscCall(DMPlexGetSupportSize(dm, f, &supportSize)); in DMPlexCreateNeighborCSR()
578 if (supportSize == 2) { in DMPlexCreateNeighborCSR()
599 PetscInt supportSize; in DMPlexCreateNeighborCSR() local
600 PetscCall(DMPlexGetSupportSize(dm, f, &supportSize)); in DMPlexCreateNeighborCSR()
602 if (supportSize == 2) { in DMPlexCreateNeighborCSR()