Lines Matching refs:VecViewFromOptions
264 PetscCall(VecViewFromOptions(uloc, NULL, "-sol_view")); in ComputeSpectral()
340 PetscCall(VecViewFromOptions(x, NULL, "-real_view")); in ComputeSpectral()
341 PetscCall(VecViewFromOptions(y, NULL, "-fft_view")); in ComputeSpectral()
377 PetscCall(VecViewFromOptions(uAdj, NULL, "-adjoint_view")); in ComputeAdjoint()
421 PetscCall(VecViewFromOptions(u, NULL, "-map_vec_view")); in ComputeAdjoint()
422 PetscCall(VecViewFromOptions(uAdjProj, NULL, "-map_vec_view")); in ComputeAdjoint()
423 PetscCall(VecViewFromOptions(uErr, NULL, "-map_vec_view")); in ComputeAdjoint()
441 PetscCall(VecViewFromOptions(errorEst, NULL, "-error_view")); in ComputeAdjoint()
445 PetscCall(VecViewFromOptions(errorL2, NULL, "-l2_error_view")); in ComputeAdjoint()
451 PetscCall(VecViewFromOptions(errorEst, NULL, "-error_ratio_view")); in ComputeAdjoint()
507 PetscCall(VecViewFromOptions(u, NULL, "-potential_view")); in main()