Home
last modified time | relevance | path

Searched refs:VecViewFromOptions (Results 1 – 25 of 113) sorted by relevance

12345

/petsc/src/dm/impls/forest/tests/
H A Dex2.c241 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 Dex19.c84 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 Dex101.c93 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 Dex23.c170 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 Dex26f90.F90383 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 Dex62f90.F90367 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 Dex38.c49 PetscCall(VecViewFromOptions(U_loc, NULL, "-u_loc_vec_view")); in main()
H A Dex48.c32 PetscCall(VecViewFromOptions(v, NULL, "-v_view")); in main()
/petsc/src/dm/impls/swarm/tests/
H A Dex8.c104 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 Dex3.c55 PetscCall(VecViewFromOptions(x, NULL, "-x_view")); in main()
58 PetscCall(VecViewFromOptions(y, NULL, "-y_view")); in main()
/petsc/src/vec/vec/tests/
H A Dex63.c12 PetscCall(VecViewFromOptions(v, NULL, "-vec_view")); in CheckExp()
14 PetscCall(VecViewFromOptions(v, NULL, "-vec_view")); in CheckExp()
H A Dex64.c12 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 Dex4.c82 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 Dex13.c264 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 Dex7.c378 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 Dex36.c295 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 Dex66.c165 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 Dex1.c66 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 Ddmproject.c263 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 Ddmplextsceed.c31 PetscCall(VecViewFromOptions(F, NULL, "-fv_rhs_view")); in DMPlexTSComputeRHSFunctionFVMCEED()
/petsc/src/dm/impls/plex/tutorials/
H A Dex7.c42 PetscCall(VecViewFromOptions(u, NULL, "-vec_view")); in main()
H A Dex1.c57 PetscCall(VecViewFromOptions(u, NULL, "-vec_view")); in main()
/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c307 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 Dex2.c38 PetscCall(VecViewFromOptions(X, NULL, "-dual_vec_view")); in main()
/petsc/src/ksp/ksp/tests/
H A Dex54.c98 PetscCall(VecViewFromOptions(a, NULL, "-rhs_view")); in main()
101 if (se) PetscCall(VecViewFromOptions(se, NULL, "-se_view")); in main()

12345