Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c675 for (PetscInt sub_it = 0, old_num_edge = 0; /* sub_it < n_sub_its */; /* sub_it++ */) { in MatCoarsenApply_HEM_private() local
818 …", %" PetscInt_FMT " deleted ghosts, N=%" PetscInt_FMT "\n", rank, iter, sub_it, gn_act_n[0], ncom… in MatCoarsenApply_HEM_private()
888 …T ",%" PetscInt_FMT ", with ghost (lid) %" PetscInt_FMT " from proc %d", sub_it, gid1, gh_gid0, tm… in MatCoarsenApply_HEM_private()
1052 …M_SELF, PETSC_ERR_SUP, "HEM stalled step %" PetscInt_FMT "/%" PetscInt_FMT, sub_it + 1, n_sub_its); in MatCoarsenApply_HEM_private()
1053 sub_it++; in MatCoarsenApply_HEM_private()
1054 …PetscCheck(sub_it < n_sub_its, PETSC_COMM_SELF, PETSC_ERR_SUP, "failed to finish HEM step %" Petsc… in MatCoarsenApply_HEM_private()