Searched refs:bcNodes (Results 1 – 1 of 1) sorted by relevance
1220 const PetscInt *bcNodes = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local1273 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() local2840 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()