Lines Matching refs:VecGetArray
51 PetscCall(VecGetArray(F, &f)); in RHSFunction()
98 PetscCall(VecGetArray(VHV[0], &vhv)); in RHSHessianProductUU()
127 PetscCall(VecGetArray(VHV[0], &vhv)); in RHSHessianProductUP()
155 PetscCall(VecGetArray(VHV[0], &vhv)); in RHSHessianProductPU()
189 PetscCall(VecGetArray(F, &f)); in IFunction()
259 PetscCall(VecGetArray(VHV[0], &vhv)); in IHessianProductUU()
288 PetscCall(VecGetArray(VHV[0], &vhv)); in IHessianProductUP()
316 PetscCall(VecGetArray(VHV[0], &vhv)); in IHessianProductPU()
439 PetscCall(VecGetArray(user.U, &x_ptr)); in main()
466 PetscCall(VecGetArray(P, &x_ptr)); in main()
541 PetscCall(VecGetArray(user_ptr->U, &x_ptr)); in FormFunctionGradient()
552 PetscCall(VecGetArray(user_ptr->Lambda[0], &x_ptr)); in FormFunctionGradient()
558 PetscCall(VecGetArray(user_ptr->Mup[0], &x_ptr)); in FormFunctionGradient()
565 PetscCall(VecGetArray(user_ptr->Mup[0], &x_ptr)); in FormFunctionGradient()
567 PetscCall(VecGetArray(G, &g)); in FormFunctionGradient()
607 PetscCall(VecGetArray(ctx->Dir, &x_ptr)); in Adjoint2()
630 PetscCall(VecGetArray(ctx->U, &y_ptr)); in Adjoint2()
638 PetscCall(VecGetArray(ctx->Lambda[0], &y_ptr)); in Adjoint2()
643 PetscCall(VecGetArray(ctx->Mup[0], &y_ptr)); in Adjoint2()
648 PetscCall(VecGetArray(ctx->Lambda2[0], &y_ptr)); in Adjoint2()
652 PetscCall(VecGetArray(ctx->Mup2[0], &y_ptr)); in Adjoint2()
664 PetscCall(VecGetArray(ctx->Lambda[0], &x_ptr)); in Adjoint2()
665 PetscCall(VecGetArray(ctx->Lambda2[0], &y_ptr)); in Adjoint2()