Searched refs:patchStateWithAll (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 30 PetscCall(VecGetArray(pcpatch->patchStateWithAll, &XWithAll)); in SNESPatchComputeResidual_Private() 34 PetscCall(VecRestoreArray(pcpatch->patchStateWithAll, &XWithAll)); in SNESPatchComputeResidual_Private() 38 PetscCall(PCPatchComputeFunction_Internal(pc, pcpatch->patchStateWithAll, F, pt)); in SNESPatchComputeResidual_Private() 58 PetscCall(VecGetArray(pcpatch->patchStateWithAll, &XWithAll)); in SNESPatchComputeJacobian_Private() 62 PetscCall(VecRestoreArray(pcpatch->patchStateWithAll, &XWithAll)); in SNESPatchComputeJacobian_Private() 66 …PetscCall(PCPatchComputeOperator_Internal(pc, pcpatch->patchStateWithAll, M, pcpatch->currentPatch… in SNESPatchComputeJacobian_Private() 97 PetscCall(VecCreateSeq(PETSC_COMM_SELF, maxDof, &patch->patchStateWithAll)); in PCSetUp_PATCH_Nonlinear() 98 PetscCall(VecSetUp(patch->patchStateWithAll)); in PCSetUp_PATCH_Nonlinear() 123 …atch_ScatterLocal_Private(pc, i + pStart, patch->localState, patch->patchStateWithAll, INSERT_VALU… in PCApply_PATCH_Nonlinear() 155 PetscCall(VecDestroy(&patch->patchStateWithAll)); in PCReset_PATCH_Nonlinear()
|
| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 132 Vec patchStateWithAll; /* State vectors for patch solvers with all boundary data */ member
|