Lines Matching refs:nloc
33 const PetscInt nloc = Gmat->rmap->n; in MatCoarsenApply_MIS_private() local
42 PetscCall(PetscInfo(info_is, "mis: nloc = %d\n", (int)nloc)); in MatCoarsenApply_MIS_private()
57 PetscCall(PetscMalloc4(nloc, &lid_gid, nloc, &lid_cprowID, nloc, &lid_removed, nloc, &lid_state)); in MatCoarsenApply_MIS_private()
58 if (strict_aggs) PetscCall(PetscMalloc1(nloc, &lid_parent_gid)); in MatCoarsenApply_MIS_private()
60 for (kk = 0, gid = my0; kk < nloc; kk++, gid++) lid_gid[kk] = gid; in MatCoarsenApply_MIS_private()
72 PetscCall(PetscCDCreate(strict_aggs ? nloc : num_fine_ghosts + nloc, &agg_lists)); in MatCoarsenApply_MIS_private()
76 for (kk = 0; kk < nloc; kk++) { in MatCoarsenApply_MIS_private()
93 while (nDone < nloc || PETSC_TRUE) { /* asynchronous not implemented */ in MatCoarsenApply_MIS_private()
95 for (kk = 0; kk < nloc; kk++) { in MatCoarsenApply_MIS_private()
165 if (statej == MIS_NOT_DONE) PetscCall(PetscCDAppendID(agg_lists, lid, nloc + cpid)); in MatCoarsenApply_MIS_private()
193 lidj = nloc + cpid; in MatCoarsenApply_MIS_private()
205 t1 = nloc - nDone; in MatCoarsenApply_MIS_private()
211 …_FMT " of %" PetscInt_FMT " vertices. %" PetscInt_FMT " selected.\n", nremoved, nloc, nselected)); in MatCoarsenApply_MIS_private()