Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1226 PetscHSetI ownedpts, seenpts, owneddofs, seendofs, artificialbcs; in PCPatchCreateCellPatchDiscretisationInfo() local
1283 PetscCall(PetscHSetICreate(&seendofs)); in PCPatchCreateCellPatchDiscretisationInfo()
1308 PetscCall(PCPatchGetPointDofs(pc, seenpts, seendofs, v, NULL)); in PCPatchCreateCellPatchDiscretisationInfo()
1309 PetscCall(PCPatchComputeSetDifference_Private(owneddofs, seendofs, artificialbcs)); in PCPatchCreateCellPatchDiscretisationInfo()
1327 PetscHashIterBegin(seendofs, hi); in PCPatchCreateCellPatchDiscretisationInfo()
1328 while (!PetscHashIterAtEnd(seendofs, hi)) { in PCPatchCreateCellPatchDiscretisationInfo()
1332 PetscHashIterGetKey(seendofs, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo()
1333 PetscHashIterNext(seendofs, hi); in PCPatchCreateCellPatchDiscretisationInfo()
1573 PetscCall(PetscHSetIDestroy(&seendofs)); in PCPatchCreateCellPatchDiscretisationInfo()