Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c822 PetscInt *sbuffs1[REQ_BF_SIZE], ndel; in MatCoarsenApply_HEM_private() local
833 PetscCall(PetscCDCountAt(ghost_deleted_list, proc, &ndel)); in MatCoarsenApply_HEM_private()
834 ndel /= 2; // two entries for each proc in MatCoarsenApply_HEM_private()
835 scount = 2 + 2 * ndel; in MatCoarsenApply_HEM_private()
842 *pt++ = ndel; // number of deleted to send in MatCoarsenApply_HEM_private()
881 ndel = *pt++; // number of deleted to recv in MatCoarsenApply_HEM_private()
883 while (ndel--) { in MatCoarsenApply_HEM_private()
901 ndel = *pt++; in MatCoarsenApply_HEM_private()
903 while (ndel--) { in MatCoarsenApply_HEM_private()