Lines Matching refs:numNeighbors
643 PetscInt numNeighbors = PETSC_DETERMINE, n; in DMPlexCreateNeighborCSR() local
645 …etAdjacency_Internal(dm, cell, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &numNeighbors, &neighborCells… in DMPlexCreateNeighborCSR()
647 for (n = 0; n < numNeighbors; ++n) { in DMPlexCreateNeighborCSR()
680 PetscInt numNeighbors = PETSC_DETERMINE, n; in DMPlexCreateNeighborCSR() local
683 …etAdjacency_Internal(dm, cell, PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, &numNeighbors, &neighborCells… in DMPlexCreateNeighborCSR()
685 for (n = 0; n < numNeighbors; ++n) { in DMPlexCreateNeighborCSR()
1251 PetscInt p, n, numNeighbors, numPoints, dof, off, rootSize, l, nleaves, leafSize; in DMPlexPartitionLabelInvert() local
1271 PetscCall(ISGetLocalSize(valueIS, &numNeighbors)); in DMPlexPartitionLabelInvert()
1273 for (n = 0; n < numNeighbors; ++n) { in DMPlexPartitionLabelInvert()
1281 for (n = 0; n < numNeighbors; ++n) { in DMPlexPartitionLabelInvert()
1310 for (n = 0; n < numNeighbors; ++n) { in DMPlexPartitionLabelInvert()