Searched refs:owneddofs (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 1282 PetscCall(PetscHSetICreate(&owneddofs)); in PCPatchCreateCellPatchDiscretisationInfo() 1307 PetscCall(PCPatchGetPointDofs(pc, ownedpts, owneddofs, v, &patch->subspaces_to_exclude)); in PCPatchCreateCellPatchDiscretisationInfo() 1309 PetscCall(PCPatchComputeSetDifference_Private(owneddofs, seendofs, artificialbcs)); in PCPatchCreateCellPatchDiscretisationInfo() 1317 PetscHashIterBegin(owneddofs, hi); in PCPatchCreateCellPatchDiscretisationInfo() 1318 while (!PetscHashIterAtEnd(owneddofs, hi)) { in PCPatchCreateCellPatchDiscretisationInfo() 1321 PetscHashIterGetKey(owneddofs, hi, globalDof); in PCPatchCreateCellPatchDiscretisationInfo() 1322 PetscHashIterNext(owneddofs, hi); in PCPatchCreateCellPatchDiscretisationInfo() 1572 PetscCall(PetscHSetIDestroy(&owneddofs)); in PCPatchCreateCellPatchDiscretisationInfo()
|