Lines Matching refs:Xloc
211 Vec Xloc; in FVRHSFunction_2WaySplit() local
216 …PetscCall(DMGetLocalVector(da, &Xloc)); /* Xloc contains ghost poi… in FVRHSFunction_2WaySplit()
220 …PetscCall(DMGlobalToLocalBegin(da, X, INSERT_VALUES, Xloc)); /* X is solution vector which does no… in FVRHSFunction_2WaySplit()
221 PetscCall(DMGlobalToLocalEnd(da, X, INSERT_VALUES, Xloc)); in FVRHSFunction_2WaySplit()
225 PetscCall(DMDAVecGetArray(da, Xloc, &x)); in FVRHSFunction_2WaySplit()
337 PetscCall(DMDAVecRestoreArray(da, Xloc, &x)); in FVRHSFunction_2WaySplit()
340 PetscCall(DMRestoreLocalVector(da, &Xloc)); in FVRHSFunction_2WaySplit()
362 Vec Xloc; in FVRHSFunctionslow_2WaySplit() local
367 PetscCall(DMGetLocalVector(da, &Xloc)); in FVRHSFunctionslow_2WaySplit()
371 PetscCall(DMGlobalToLocalBegin(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionslow_2WaySplit()
372 PetscCall(DMGlobalToLocalEnd(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionslow_2WaySplit()
374 PetscCall(DMDAVecGetArray(da, Xloc, &x)); in FVRHSFunctionslow_2WaySplit()
475 PetscCall(DMDAVecRestoreArray(da, Xloc, &x)); in FVRHSFunctionslow_2WaySplit()
478 PetscCall(DMRestoreLocalVector(da, &Xloc)); in FVRHSFunctionslow_2WaySplit()
489 Vec Xloc; in FVRHSFunctionslowbuffer_2WaySplit() local
494 PetscCall(DMGetLocalVector(da, &Xloc)); in FVRHSFunctionslowbuffer_2WaySplit()
498 PetscCall(DMGlobalToLocalBegin(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionslowbuffer_2WaySplit()
499 PetscCall(DMGlobalToLocalEnd(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionslowbuffer_2WaySplit()
501 PetscCall(DMDAVecGetArray(da, Xloc, &x)); in FVRHSFunctionslowbuffer_2WaySplit()
622 PetscCall(DMDAVecRestoreArray(da, Xloc, &x)); in FVRHSFunctionslowbuffer_2WaySplit()
625 PetscCall(DMRestoreLocalVector(da, &Xloc)); in FVRHSFunctionslowbuffer_2WaySplit()
636 Vec Xloc; in FVRHSFunctionfast_2WaySplit() local
641 PetscCall(DMGetLocalVector(da, &Xloc)); in FVRHSFunctionfast_2WaySplit()
645 PetscCall(DMGlobalToLocalBegin(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionfast_2WaySplit()
646 PetscCall(DMGlobalToLocalEnd(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionfast_2WaySplit()
648 PetscCall(DMDAVecGetArray(da, Xloc, &x)); in FVRHSFunctionfast_2WaySplit()
732 PetscCall(DMDAVecRestoreArray(da, Xloc, &x)); in FVRHSFunctionfast_2WaySplit()
735 PetscCall(DMRestoreLocalVector(da, &Xloc)); in FVRHSFunctionfast_2WaySplit()