Lines Matching refs:nloc_inner
71 const PetscInt nloc_inner = cMat->rmap->n; in MatCoarsenApply_MISK_private() local
96 PetscCall(PetscMalloc1(nloc_inner, &lid_gid)); /* explicit array needed */ in MatCoarsenApply_MISK_private()
97 for (kk = 0, gid = my0; kk < nloc_inner; kk++, gid++) lid_gid[kk] = gid; in MatCoarsenApply_MISK_private()
109 …PetscCall(PetscMalloc4(nloc_inner, &lid_cprowID, nloc_inner, &lid_removed, nloc_inner, &lid_parent… in MatCoarsenApply_MISK_private()
110 PetscCall(PetscCDCreate(nloc_inner, &agg_lists)); in MatCoarsenApply_MISK_private()
112 for (kk = 0; kk < nloc_inner; kk++) { in MatCoarsenApply_MISK_private()
129 while (nDone < nloc_inner || PETSC_TRUE) { /* asynchronous not implemented */ in MatCoarsenApply_MISK_private()
131 for (kk = 0; kk < nloc_inner; kk++) { in MatCoarsenApply_MISK_private()
215 t1 = nloc_inner - nDone; in MatCoarsenApply_MISK_private()
221 … of %" PetscInt_FMT " vertices. %" PetscInt_FMT " selected.\n", nremoved, nloc_inner, nselected)); in MatCoarsenApply_MISK_private()
253 PetscCall(MatSetSizes(Prols[iterIdx], nloc_inner, nselected, PETSC_DETERMINE, PETSC_DETERMINE)); in MatCoarsenApply_MISK_private()