| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 241 PetscCall(VecViewFromOptions(preVec, NULL, "-vec_pre_view")); in main() 250 PetscCall(VecViewFromOptions(baseVec, NULL, "-vec_base_view")); in main() 254 PetscCall(VecViewFromOptions(baseVecMapped, NULL, "-vec_map_base_view")); in main() 258 PetscCall(VecViewFromOptions(baseVecMapped, NULL, "-vec_map_diff_view")); in main() 286 PetscCall(VecViewFromOptions(postVecTransfer, NULL, "-vec_post_transfer_view")); in main() 291 PetscCall(VecViewFromOptions(postVecExact, NULL, "-vec_post_exact_view")); in main() 295 PetscCall(VecViewFromOptions(postVecExact, NULL, "-vec_diff_view")); in main() 337 PetscCall(VecViewFromOptions(baseVec, NULL, "-vec_base_view")); in main() 341 PetscCall(VecViewFromOptions(baseVecMapped, NULL, "-vec_map_base_view")); in main() 345 PetscCall(VecViewFromOptions(baseVecMapped, NULL, "-vec_map_diff_view")); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex19.c | 84 PetscCall(VecViewFromOptions(f, NULL, "-sensor_view")); in ComputeMetricSensor() 95 PetscCall(VecViewFromOptions(g, NULL, "-gradient_view")); in ComputeMetricSensor() 102 PetscCall(VecViewFromOptions(H, NULL, "-hessian_view")); in ComputeMetricSensor() 215 PetscCall(VecViewFromOptions(u, NULL, "-orig_vec_view")); in TestL2Projection() 221 PetscCall(VecViewFromOptions(ua, NULL, "-adapt_vec_view")); in TestL2Projection() 230 PetscCall(VecViewFromOptions(ua, NULL, "-interp_vec_view")); in TestL2Projection() 245 PetscCall(VecViewFromOptions(uproj, NULL, "-proj_vec_view")); in TestL2Projection()
|
| H A D | ex101.c | 93 PetscCall(VecViewFromOptions(V_local, NULL, "-local_view")); in main() 134 PetscCall(VecViewFromOptions(V_read_project2local, NULL, "-project2local_view")); in main() 147 PetscCall(VecViewFromOptions(V_read_output2local, NULL, "-output2local_view")); in main()
|
| H A D | ex23.c | 170 PetscCall(VecViewFromOptions(*la, NULL, "-local_aux_view")); in CreateAuxiliaryVec() 194 PetscCall(VecViewFromOptions(x, NULL, "-func_view")); in TestFunctionProjection() 202 PetscCall(VecViewFromOptions(lx, NULL, "-local_func_view")); in TestFunctionProjection() 231 PetscCall(VecViewFromOptions(lu, NULL, "-local_input_view")); in TestFieldProjection() 238 PetscCall(VecViewFromOptions(lx, NULL, "-local_field_view")); in TestFieldProjection() 269 PetscCall(VecViewFromOptions(lu, NULL, "-local_input_view")); in TestFieldProjectionMultiple() 276 PetscCall(VecViewFromOptions(lx, NULL, "-local_field_view")); in TestFieldProjectionMultiple()
|
| H A D | ex26f90.F90 | 383 PetscCallA(VecViewFromOptions(UA, PETSC_NULL_OBJECT, '-ua_vec_view', ierr)) 384 PetscCallA(VecViewFromOptions(U, PETSC_NULL_OBJECT, '-u_vec_view', ierr)) 385 PetscCallA(VecViewFromOptions(A, PETSC_NULL_OBJECT, '-a_vec_view', ierr)) 388 PetscCallA(VecViewFromOptions(UA2, PETSC_NULL_OBJECT, '-ua2_vec_view', ierr)) 467 PetscCallA(VecViewFromOptions(S, PETSC_NULL_OBJECT, '-s_vec_view', ierr))
|
| H A D | ex62f90.F90 | 367 PetscCallA(VecViewFromOptions(UA, PETSC_NULL_OBJECT, '-ua_vec_view', ierr)) 368 PetscCallA(VecViewFromOptions(U, PETSC_NULL_OBJECT, '-u_vec_view', ierr)) 369 PetscCallA(VecViewFromOptions(A, PETSC_NULL_OBJECT, '-a_vec_view', ierr)) 372 PetscCallA(VecViewFromOptions(UA2, PETSC_NULL_OBJECT, '-ua2_vec_view', ierr)) 451 PetscCallA(VecViewFromOptions(S, PETSC_NULL_OBJECT, '-s_vec_view', ierr))
|
| H A D | ex38.c | 49 PetscCall(VecViewFromOptions(U_loc, NULL, "-u_loc_vec_view")); in main()
|
| H A D | ex48.c | 32 PetscCall(VecViewFromOptions(v, NULL, "-v_view")); in main()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex8.c | 104 PetscCall(VecViewFromOptions(locx, NULL, "-x_view")); in TestDistribution() 105 PetscCall(VecViewFromOptions(locv, NULL, "-v_view")); in TestDistribution() 106 PetscCall(VecViewFromOptions(locw, NULL, "-w_view")); in TestDistribution()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex3.c | 55 PetscCall(VecViewFromOptions(x, NULL, "-x_view")); in main() 58 PetscCall(VecViewFromOptions(y, NULL, "-y_view")); in main()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex63.c | 12 PetscCall(VecViewFromOptions(v, NULL, "-vec_view")); in CheckExp() 14 PetscCall(VecViewFromOptions(v, NULL, "-vec_view")); in CheckExp()
|
| H A D | ex64.c | 12 PetscCall(VecViewFromOptions(v, NULL, "-vec_view")); in CheckLog() 14 PetscCall(VecViewFromOptions(v, NULL, "-vec_view")); in CheckLog()
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex4.c | 82 PetscCall(VecViewFromOptions(llM, NULL, "-local_lumped_mass_view")); in main() 83 PetscCall(VecViewFromOptions(lM, NULL, "-lumped_mass_view")); in main() 87 PetscCall(VecViewFromOptions(work, NULL, "-mass_rowsum_view")); in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 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() [all …]
|
| H A D | ex7.c | 378 PetscCall(VecViewFromOptions(auxVec, NULL, "-gauge_view")); in SetGauge_Identity() 448 PetscCall(VecViewFromOptions(psi, NULL, "-psi_view")); in TestFreeField() 449 PetscCall(VecViewFromOptions(eta, NULL, "-eta_view")); in TestFreeField() 496 PetscCall(VecViewFromOptions(etaComp[i], NULL, "-etahat_view")); in TestFreeField() 497 PetscCall(VecViewFromOptions(DComp[i], NULL, "-dhat_view")); in TestFreeField() 539 PetscCall(VecViewFromOptions(f, NULL, "-res_view")); in main() 542 PetscCall(VecViewFromOptions(u, NULL, "-sol_view")); in main()
|
| H A D | ex36.c | 295 PetscCall(VecViewFromOptions(ctx->tmpfine, NULL, "-rhs_view")); in CoarseProjection() 299 PetscCall(VecViewFromOptions(ctx->tmpcoarse, NULL, "-rhs_view")); in CoarseProjection() 301 PetscCall(VecViewFromOptions(ctx->tmpcoarse, NULL, "-rhs_view")); in CoarseProjection() 366 PetscCall(VecViewFromOptions(ctx->tmpf, NULL, "-vec_view")); in QuasiInterpolate() 371 PetscCall(VecViewFromOptions(ctx->tmpc, NULL, "-vec_view")); in QuasiInterpolate() 501 PetscCall(VecViewFromOptions(u, NULL, "-potential_view")); in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex66.c | 165 PetscCall(VecViewFromOptions(Ay, NULL, "-mult_vec_view")); in main() 166 PetscCall(VecViewFromOptions(By, NULL, "-mult_vec_view")); in main() 169 PetscCall(VecViewFromOptions(Ay, NULL, "-mult_vec_view")); in main() 175 PetscCall(VecViewFromOptions(By, NULL, "-mult_vec_view")); in main() 218 PetscCall(VecViewFromOptions(Ax, NULL, "-multtrans_vec_view")); in main() 219 PetscCall(VecViewFromOptions(Bx, NULL, "-multtrans_vec_view")); in main() 222 PetscCall(VecViewFromOptions(Ax, NULL, "-multtrans_vec_view")); in main()
|
| /petsc/src/vec/vec/utils/tagger/tutorials/ |
| H A D | ex1.c | 66 PetscCall(VecViewFromOptions(vec, NULL, "-vec_view")); in main() 150 PetscCall(VecViewFromOptions(tagged, NULL, "-tagged_vec_view")); in main() 151 PetscCall(VecViewFromOptions(untagged, NULL, "-untagged_vec_view")); in main()
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 263 PetscCall(VecViewFromOptions(vc, NULL, "-dm_adapt_interp_view_coarse")); in DMAdaptInterpolator() 269 PetscCall(VecViewFromOptions(vf, NULL, "-dm_adapt_interp_view_fine")); in DMAdaptInterpolator() 406 PetscCall(VecViewFromOptions(vc, NULL, "-dm_interpolator_adapt_error")); in DMCheckInterpolator() 407 PetscCall(VecViewFromOptions(vf, NULL, "-dm_interpolator_adapt_error")); in DMCheckInterpolator() 408 PetscCall(VecViewFromOptions(tmp, NULL, "-dm_interpolator_adapt_error")); in DMCheckInterpolator() 729 PetscCall(VecViewFromOptions(rhs, NULL, "-rhs_view")); in DMSwarmProjectGradientField_Conservative_PLEX() 741 PetscCall(VecViewFromOptions(rhs, NULL, "-rhs_view")); in DMSwarmProjectGradientField_Conservative_PLEX() 1140 PetscCall(VecViewFromOptions(w, NULL, "-remap_view")); in DMSwarmRemap_Colella_Internal() 1143 PetscCall(VecViewFromOptions(w, NULL, "-remap_view")); in DMSwarmRemap_Colella_Internal() 1146 PetscCall(VecViewFromOptions(w, NULL, "-remap_view")); in DMSwarmRemap_Colella_Internal() [all …]
|
| /petsc/src/ts/utils/libceed/ |
| H A D | dmplextsceed.c | 31 PetscCall(VecViewFromOptions(F, NULL, "-fv_rhs_view")); in DMPlexTSComputeRHSFunctionFVMCEED()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex7.c | 42 PetscCall(VecViewFromOptions(u, NULL, "-vec_view")); in main()
|
| H A D | ex1.c | 57 PetscCall(VecViewFromOptions(u, NULL, "-vec_view")); in main()
|
| /petsc/src/ts/impls/implicit/discgrad/ |
| H A D | tsdiscgrad.c | 307 PetscCall(VecViewFromOptions(x, NULL, "-x_view")); in SNESTSFormFunction_DiscGrad() 330 PetscCall(VecViewFromOptions(X0, NULL, "-X0_view")); in SNESTSFormFunction_DiscGrad() 331 PetscCall(VecViewFromOptions(Xp, NULL, "-Xp_view")); in SNESTSFormFunction_DiscGrad() 356 PetscCall(VecViewFromOptions(den, NULL, "-den_view")); in SNESTSFormFunction_DiscGrad() 384 PetscCall(VecViewFromOptions(G, NULL, "-G_view")); in SNESTSFormFunction_DiscGrad() 386 PetscCall(VecViewFromOptions(SgF, NULL, "-SgF_view")); in SNESTSFormFunction_DiscGrad()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/ |
| H A D | ex2.c | 38 PetscCall(VecViewFromOptions(X, NULL, "-dual_vec_view")); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex54.c | 98 PetscCall(VecViewFromOptions(a, NULL, "-rhs_view")); in main() 101 if (se) PetscCall(VecViewFromOptions(se, NULL, "-se_view")); in main()
|