Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c428 PetscCoarsenData *agg_llists = NULL, *ghost_deleted_list = NULL, *bc_list = NULL; in MatCoarsenApply_HEM_private() local
453 PetscCall(PetscCDCreate(size, &ghost_deleted_list)); in MatCoarsenApply_HEM_private()
454 PetscCall(PetscCDSetChunkSize(ghost_deleted_list, 100)); in MatCoarsenApply_HEM_private()
799 … PetscCall(PetscCDAppendID(ghost_deleted_list, proc, ghost1_idx)); /* cache to send messages */ in MatCoarsenApply_HEM_private()
800 PetscCall(PetscCDAppendID(ghost_deleted_list, proc, lid0)); in MatCoarsenApply_HEM_private()
814 if (ghost_deleted_list) PetscCall(PetscCDCount(ghost_deleted_list, &n_act_n[2])); in MatCoarsenApply_HEM_private()
833 PetscCall(PetscCDCountAt(ghost_deleted_list, proc, &ndel)); in MatCoarsenApply_HEM_private()
844 PetscCall(PetscCDGetHeadPos(ghost_deleted_list, proc, &pos)); in MatCoarsenApply_HEM_private()
850 PetscCall(PetscCDGetNextPos(ghost_deleted_list, proc, &pos)); in MatCoarsenApply_HEM_private()
852 PetscCall(PetscCDGetNextPos(ghost_deleted_list, proc, &pos)); in MatCoarsenApply_HEM_private()
[all …]