Searched refs:XZ (Results 1 – 2 of 2) sorted by relevance
257 Vec XZ = NULL; in DMPatchSolve() local281 if (dmz) PetscCall(DMGetGlobalVector(dmz, &XZ)); in DMPatchSolve()282 if (XZ) PetscCall(VecGetArray(XZ, &xzarray)); in DMPatchSolve()287 if (XZ) PetscCall(VecRestoreArray(XZ, &xzarray)); in DMPatchSolve()298 if (XZ) PetscCall(VecGetArray(XZ, &xzarray)); in DMPatchSolve()303 if (XZ) PetscCall(VecRestoreArray(XZ, &xzarray)); in DMPatchSolve()304 if (dmz) PetscCall(DMRestoreGlobalVector(dmz, &XZ)); in DMPatchSolve()
29 #define XZ 4 macro