Searched refs:seenpts (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1226 PetscHSetI ownedpts, seenpts, owneddofs, seendofs, artificialbcs; in PCPatchCreateCellPatchDiscretisationInfo() local 1281 PetscCall(PetscHSetICreate(&seenpts)); in PCPatchCreateCellPatchDiscretisationInfo() 1306 PetscCall(PCPatchCompleteCellPatch(pc, ownedpts, seenpts)); in PCPatchCreateCellPatchDiscretisationInfo() 1308 PetscCall(PCPatchGetPointDofs(pc, seenpts, seendofs, v, NULL)); in PCPatchCreateCellPatchDiscretisationInfo() 1571 PetscCall(PetscHSetIDestroy(&seenpts)); in PCPatchCreateCellPatchDiscretisationInfo()
|