Home
last modified time | relevance | path

Searched refs:bc_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
590 PetscCall(PetscCDCreate(1, &bc_list)); in MatCoarsenApply_HEM_private()
593 PetscCall(PetscCDAppendID(bc_list, 0, Istart + lid)); in MatCoarsenApply_HEM_private()
1132 if (bc_list) { in MatCoarsenApply_HEM_private()
1135 PetscCall(PetscCDGetHeadPos(bc_list, 0, &pos)); in MatCoarsenApply_HEM_private()
1140 PetscCall(PetscCDGetNextPos(bc_list, 0, &pos)); in MatCoarsenApply_HEM_private()
1143 PetscCall(PetscCDRemoveAllAt(bc_list, 0)); in MatCoarsenApply_HEM_private()
1144 PetscCall(PetscCDDestroy(bc_list)); in MatCoarsenApply_HEM_private()