Lines Matching refs:pt
18 PetscInt pt, size, i; in SNESPatchComputeResidual_Private() local
25 pt = pcpatch->currentPatch; in SNESPatchComputeResidual_Private()
26 PetscCall(ISGetSize(pcpatch->dofMappingWithoutToWithAll[pt], &size)); in SNESPatchComputeResidual_Private()
28 PetscCall(ISGetIndices(pcpatch->dofMappingWithoutToWithAll[pt], &indices)); in SNESPatchComputeResidual_Private()
36 PetscCall(ISRestoreIndices(pcpatch->dofMappingWithoutToWithAll[pt], &indices)); in SNESPatchComputeResidual_Private()
38 PetscCall(PCPatchComputeFunction_Internal(pc, pcpatch->patchStateWithAll, F, pt)); in SNESPatchComputeResidual_Private()
46 PetscInt pt, size, i; in SNESPatchComputeJacobian_Private() local
53 pt = pcpatch->currentPatch; in SNESPatchComputeJacobian_Private()
54 PetscCall(ISGetSize(pcpatch->dofMappingWithoutToWithAll[pt], &size)); in SNESPatchComputeJacobian_Private()
56 PetscCall(ISGetIndices(pcpatch->dofMappingWithoutToWithAll[pt], &indices)); in SNESPatchComputeJacobian_Private()
64 PetscCall(ISRestoreIndices(pcpatch->dofMappingWithoutToWithAll[pt], &indices)); in SNESPatchComputeJacobian_Private()