Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c77 const PetscInt newpoint = closure[ci]; in PCPatchConstruct_Vanka() local
80 if (shouldIgnore && newpoint >= iStart && newpoint < iEnd) continue; in PCPatchConstruct_Vanka()
81 PetscCall(PetscHSetIAdd(ht, newpoint)); in PCPatchConstruct_Vanka()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c795 const PetscInt newpoint = DMPlexShiftPoint_Internal(points[p], depth, depthShift); in DMPlexShiftLabels_Internal() local
797 PetscCall(DMLabelSetValue(newlabel, newpoint, values[val])); in DMPlexShiftLabels_Internal()