Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1220 const PetscInt *bcNodes = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1273 PetscCall(ISGetIndices(patch->ghostBcNodes, &bcNodes)); in PCPatchCreateCellPatchDiscretisationInfo()
1275 …for (i = 0; i < numBcs; ++i) PetscCall(PetscHSetIAdd(globalBcs, bcNodes[i])); /* these are already… in PCPatchCreateCellPatchDiscretisationInfo()
1276 PetscCall(ISRestoreIndices(patch->ghostBcNodes, &bcNodes)); in PCPatchCreateCellPatchDiscretisationInfo()
2778 const PetscInt *bcNodes = NULL; in PCApply_PATCH() local
2840 PetscCall(ISGetIndices(patch->globalBcNodes, &bcNodes)); in PCApply_PATCH()
2843 const PetscInt idx = bcNodes[bc]; in PCApply_PATCH()
2847 PetscCall(ISRestoreIndices(patch->globalBcNodes, &bcNodes)); in PCApply_PATCH()