Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c463 const PetscInt n_sub_its = 1000; // in case of a bug, stop at some point in MatCoarsenApply_HEM_private() local
1052 …M_SELF, PETSC_ERR_SUP, "HEM stalled step %" PetscInt_FMT "/%" PetscInt_FMT, sub_it + 1, n_sub_its); in MatCoarsenApply_HEM_private()
1054 …eck(sub_it < n_sub_its, PETSC_COMM_SELF, PETSC_ERR_SUP, "failed to finish HEM step %" PetscInt_FMT… in MatCoarsenApply_HEM_private()