Lines Matching refs:localF
534 Vec localU, localF; in RHSFunctionPassive() local
544 PetscCall(DMGetLocalVector(da, &localF)); in RHSFunctionPassive()
555 PetscCall(DMGlobalToLocalBegin(da, F, INSERT_VALUES, localF)); in RHSFunctionPassive()
556 PetscCall(DMGlobalToLocalEnd(da, F, INSERT_VALUES, localF)); in RHSFunctionPassive()
562 PetscCall(DMDAVecGetArray(da, localF, &f)); in RHSFunctionPassive()
592 PetscCall(DMLocalToGlobalBegin(da, localF, ADD_VALUES, F)); in RHSFunctionPassive()
593 PetscCall(DMLocalToGlobalEnd(da, localF, ADD_VALUES, F)); in RHSFunctionPassive()
598 PetscCall(DMDAVecRestoreArray(da, localF, &f)); in RHSFunctionPassive()
600 PetscCall(DMRestoreLocalVector(da, &localF)); in RHSFunctionPassive()
615 Vec localU, localF; in RHSFunctionActive() local
625 PetscCall(DMGetLocalVector(da, &localF)); in RHSFunctionActive()
636 PetscCall(DMGlobalToLocalBegin(da, F, INSERT_VALUES, localF)); in RHSFunctionActive()
637 PetscCall(DMGlobalToLocalEnd(da, F, INSERT_VALUES, localF)); in RHSFunctionActive()
643 PetscCall(DMDAVecGetArray(da, localF, &f)); in RHSFunctionActive()
728 PetscCall(DMLocalToGlobalBegin(da, localF, ADD_VALUES, F)); in RHSFunctionActive()
729 PetscCall(DMLocalToGlobalEnd(da, localF, ADD_VALUES, F)); in RHSFunctionActive()
734 PetscCall(DMDAVecRestoreArray(da, localF, &f)); in RHSFunctionActive()
736 PetscCall(DMRestoreLocalVector(da, &localF)); in RHSFunctionActive()