Home
last modified time | relevance | path

Searched refs:info_is (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/graphops/coarsen/impls/mis/
H A Dmis.c37 IS info_is; in MatCoarsenApply_MIS_private() local
41 PetscCall(ISCreate(comm, &info_is)); in MatCoarsenApply_MIS_private()
42 PetscCall(PetscInfo(info_is, "mis: nloc = %d\n", (int)nloc)); in MatCoarsenApply_MIS_private()
211 …PetscCall(PetscInfo(info_is, "\t removed %" PetscInt_FMT " of %" PetscInt_FMT " vertices. %" Pets… in MatCoarsenApply_MIS_private()
246 …if (MM != bb[0]) PetscCall(PetscInfo(info_is, "Warning: N = %" PetscInt_FMT ", sum of aggregates %… in MatCoarsenApply_MIS_private()
249 PetscCall(ISDestroy(&info_is)); in MatCoarsenApply_MIS_private()
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c431 IS info_is; in MatCoarsenApply_HEM_private() local
438 PetscCall(ISCreate(comm, &info_is)); in MatCoarsenApply_HEM_private()
439 PetscCall(PetscInfo(info_is, "Start %" PetscInt_FMT " iterations of HEM.\n", n_iter)); in MatCoarsenApply_HEM_private()
665 …PetscCall(PetscInfo(info_is, "[%d] HEM iteration %" PetscInt_FMT " with %" PetscInt_FMT " edges\n"… in MatCoarsenApply_HEM_private()
818 …PetscCall(PetscInfo(info_is, "[%d] %" PetscInt_FMT ".%" PetscInt_FMT ") nactive edges=%" PetscInt_… in MatCoarsenApply_HEM_private()
1158 PetscCall(ISDestroy(&info_is)); in MatCoarsenApply_HEM_private()