Lines Matching refs:Xloc
555 Vec Xloc; in FVRHSFunction_2WaySplit() local
560 …PetscCall(DMGetLocalVector(da, &Xloc)); /* Xloc contains ghost poi… in FVRHSFunction_2WaySplit()
564 …PetscCall(DMGlobalToLocalBegin(da, X, INSERT_VALUES, Xloc)); /* X is solution vector which does no… in FVRHSFunction_2WaySplit()
565 PetscCall(DMGlobalToLocalEnd(da, X, INSERT_VALUES, Xloc)); in FVRHSFunction_2WaySplit()
569 PetscCall(DMDAVecGetArray(da, Xloc, &x)); in FVRHSFunction_2WaySplit()
706 PetscCall(DMDAVecRestoreArray(da, Xloc, &x)); in FVRHSFunction_2WaySplit()
709 PetscCall(DMRestoreLocalVector(da, &Xloc)); in FVRHSFunction_2WaySplit()
731 Vec Xloc; in FVRHSFunctionslow_2WaySplit() local
736 PetscCall(DMGetLocalVector(da, &Xloc)); in FVRHSFunctionslow_2WaySplit()
740 PetscCall(DMGlobalToLocalBegin(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionslow_2WaySplit()
741 PetscCall(DMGlobalToLocalEnd(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionslow_2WaySplit()
743 PetscCall(DMDAVecGetArray(da, Xloc, &x)); in FVRHSFunctionslow_2WaySplit()
868 PetscCall(DMDAVecRestoreArray(da, Xloc, &x)); in FVRHSFunctionslow_2WaySplit()
871 PetscCall(DMRestoreLocalVector(da, &Xloc)); in FVRHSFunctionslow_2WaySplit()
882 Vec Xloc; in FVRHSFunctionslowbuffer_2WaySplit() local
887 PetscCall(DMGetLocalVector(da, &Xloc)); in FVRHSFunctionslowbuffer_2WaySplit()
891 PetscCall(DMGlobalToLocalBegin(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionslowbuffer_2WaySplit()
892 PetscCall(DMGlobalToLocalEnd(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionslowbuffer_2WaySplit()
894 PetscCall(DMDAVecGetArray(da, Xloc, &x)); in FVRHSFunctionslowbuffer_2WaySplit()
1039 PetscCall(DMDAVecRestoreArray(da, Xloc, &x)); in FVRHSFunctionslowbuffer_2WaySplit()
1042 PetscCall(DMRestoreLocalVector(da, &Xloc)); in FVRHSFunctionslowbuffer_2WaySplit()
1053 Vec Xloc; in FVRHSFunctionfast_2WaySplit() local
1058 PetscCall(DMGetLocalVector(da, &Xloc)); in FVRHSFunctionfast_2WaySplit()
1062 PetscCall(DMGlobalToLocalBegin(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionfast_2WaySplit()
1063 PetscCall(DMGlobalToLocalEnd(da, X, INSERT_VALUES, Xloc)); in FVRHSFunctionfast_2WaySplit()
1065 PetscCall(DMDAVecGetArray(da, Xloc, &x)); in FVRHSFunctionfast_2WaySplit()
1173 PetscCall(DMDAVecRestoreArray(da, Xloc, &x)); in FVRHSFunctionfast_2WaySplit()
1176 PetscCall(DMRestoreLocalVector(da, &Xloc)); in FVRHSFunctionfast_2WaySplit()