Lines Matching refs:VecRestoreArray
86 PetscCall(VecRestoreArray(F, &f)); in RHSFunction()
140 PetscCall(VecRestoreArray(F, &f)); in IFunction()
319 PetscCall(VecRestoreArray(user.U, &x_ptr)); in main()
344 PetscCall(VecRestoreArray(user.lambda[0], &y_ptr)); in main()
349 PetscCall(VecRestoreArray(user.lambda[1], &y_ptr)); in main()
354 PetscCall(VecRestoreArray(user.mup[0], &x_ptr)); in main()
358 PetscCall(VecRestoreArray(user.mup[1], &x_ptr)); in main()
372 PetscCall(VecRestoreArray(user.mup[0], &x_ptr)); in main()
373 PetscCall(VecRestoreArray(user.lambda[0], &y_ptr)); in main()
379 PetscCall(VecRestoreArray(user.mup[1], &x_ptr)); in main()
380 PetscCall(VecRestoreArray(user.lambda[1], &y_ptr)); in main()