Lines Matching refs:numVerticesAdj
5965 PetscInt numVerticesAdj, *verticesAdj, *cones, c, p; in DMPlexBuildFromCellListParallel() local
5995 PetscCall(PetscHSetIGetSize(vhash, &numVerticesAdj)); in DMPlexBuildFromCellListParallel()
5996 PetscCall(PetscMalloc1(numVerticesAdj, &verticesAdj)); in DMPlexBuildFromCellListParallel()
5999 …numVerticesAdj, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid number of local vertices %" PetscIn… in DMPlexBuildFromCellListParallel()
6001 PetscCall(PetscSortInt(numVerticesAdj, verticesAdj)); in DMPlexBuildFromCellListParallel()
6003 PetscCall(DMPlexSetChart(dm, 0, numCells + numVerticesAdj)); in DMPlexBuildFromCellListParallel()
6014 PetscCall(PetscFindInt(gv, numVerticesAdj, verticesAdj, &lv)); in DMPlexBuildFromCellListParallel()
6024 …tscCall(PetscSFCreateByMatchingIndices(layout, numVerticesAdj, verticesAdj, NULL, numCells, numVer… in DMPlexBuildFromCellListParallel()
6110 PetscInt numVerticesAdj, *verticesAdj, *cones, cStart, cEnd, len; in DMPlexBuildFromCellSectionParallel() local
6140 PetscCall(PetscHSetIGetSize(vhash, &numVerticesAdj)); in DMPlexBuildFromCellSectionParallel()
6141 PetscCall(PetscMalloc1(numVerticesAdj, &verticesAdj)); in DMPlexBuildFromCellSectionParallel()
6144 …numVerticesAdj, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid number of local vertices %" PetscIn… in DMPlexBuildFromCellSectionParallel()
6146 PetscCall(PetscSortInt(numVerticesAdj, verticesAdj)); in DMPlexBuildFromCellSectionParallel()
6148 PetscCall(DMPlexSetChart(dm, 0, numCells + numVerticesAdj)); in DMPlexBuildFromCellSectionParallel()
6168 PetscCall(PetscFindInt(gv, numVerticesAdj, verticesAdj, &lv)); in DMPlexBuildFromCellSectionParallel()
6178 …tscCall(PetscSFCreateByMatchingIndices(layout, numVerticesAdj, verticesAdj, NULL, numCells, numVer… in DMPlexBuildFromCellSectionParallel()
6219 PetscInt numVertices, numVerticesAdj, coordSize, v, vStart, vEnd; in DMPlexBuildCoordinatesFromCellListParallel() local
6227 PetscCall(PetscSFGetGraph(sfVert, &numVertices, &numVerticesAdj, NULL, NULL)); in DMPlexBuildCoordinatesFromCellListParallel()
6228 …numVerticesAdj, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Supplied sfVert has wrong number of leaves … in DMPlexBuildCoordinatesFromCellListParallel()