| /petsc/src/dm/tests/ |
| H A D | ex20.c | 19 PetscCall(DMCreateGlobalVector(dm, &X)); in main() 21 PetscCall(DMCreateGlobalVector(dm, &Y)); in main()
|
| H A D | ex31.c | 19 PetscCall(DMCreateGlobalVector(da, &x)); in main() 20 PetscCall(DMCreateGlobalVector(daf, &y)); in main()
|
| H A D | ex23.c | 53 PetscCall(DMCreateGlobalVector(da, &global1)); in main() 56 PetscCall(DMCreateGlobalVector(da, &global2)); in main() 57 PetscCall(DMCreateGlobalVector(da, &global3)); in main() 58 PetscCall(DMCreateGlobalVector(da, &global4)); in main()
|
| H A D | ex48.c | 43 PetscCall(DMCreateGlobalVector(da, &v)); in test_3d() 85 PetscCall(DMCreateGlobalVector(da, &v)); in test_2d() 127 PetscCall(DMCreateGlobalVector(da, &v)); in test_3d_compat() 128 PetscCall(DMCreateGlobalVector(daVector, &vVector)); in test_3d_compat() 178 PetscCall(DMCreateGlobalVector(da, &v)); in test_2d_compat() 179 PetscCall(DMCreateGlobalVector(daVector, &vVector)); in test_2d_compat()
|
| H A D | ex47.c | 28 PetscCall(DMCreateGlobalVector(da, &v)); in test_3d() 70 PetscCall(DMCreateGlobalVector(da, &v)); in test_2d() 108 PetscCall(DMCreateGlobalVector(da, &v)); in test_2d_nocoord() 147 PetscCall(DMCreateGlobalVector(da, &v)); in test_3d_nocoord()
|
| H A D | ex42.c | 30 PetscCall(DMCreateGlobalVector(da, &v)); in test_3d() 72 PetscCall(DMCreateGlobalVector(da, &v)); in test_2d() 110 PetscCall(DMCreateGlobalVector(da, &v)); in test_2d_nocoord() 149 PetscCall(DMCreateGlobalVector(da, &v)); in test_3d_nocoord()
|
| H A D | ex36.c | 349 PetscCall(DMCreateGlobalVector(dac, &ac)); in da_test_RefineCoords1D() 352 PetscCall(DMCreateGlobalVector(daf, &af)); in da_test_RefineCoords1D() 361 PetscCall(DMCreateGlobalVector(daf, &afexact)); in da_test_RefineCoords1D() 435 PetscCall(DMCreateGlobalVector(dac, &ac)); in da_test_RefineCoords2D() 438 PetscCall(DMCreateGlobalVector(daf, &af)); in da_test_RefineCoords2D() 446 PetscCall(DMCreateGlobalVector(daf, &afexact)); in da_test_RefineCoords2D() 525 PetscCall(DMCreateGlobalVector(dac, &ac)); in da_test_RefineCoords3D() 529 PetscCall(DMCreateGlobalVector(daf, &af)); in da_test_RefineCoords3D() 539 PetscCall(DMCreateGlobalVector(daf, &afexact)); in da_test_RefineCoords3D()
|
| H A D | ex15.c | 52 PetscCall(DMCreateGlobalVector(da_c, &v_c)); in main() 53 PetscCall(DMCreateGlobalVector(da_f, &v_f)); in main()
|
| H A D | ex21.c | 74 PetscCall(DMCreateGlobalVector(dac, &ac)); in test1_DAInjection3d() 77 PetscCall(DMCreateGlobalVector(daf, &af)); in test1_DAInjection3d()
|
| H A D | ex13.c | 25 PetscCall(DMCreateGlobalVector(da, &global)); in main()
|
| H A D | ex10k.kokkos.cxx | 53 PetscCall(DMCreateGlobalVector(da, &g)); in main() 55 PetscCall(DMCreateGlobalVector(da, &gg)); in main() 126 PetscCall(DMCreateGlobalVector(da, &g)); in main() 128 PetscCall(DMCreateGlobalVector(da, &gg)); in main()
|
| H A D | ex37.c | 30 PetscCall(DMCreateGlobalVector(da, &global)); in main()
|
| H A D | ex33.c | 65 PetscCall(DMCreateGlobalVector(da, &global1)); in main() 102 PetscCall(DMCreateGlobalVector(da2, &global2)); in main()
|
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex32.c | 33 PetscCall(DMCreateGlobalVector(dmf, &gf)); in main() 38 PetscCall(DMCreateGlobalVector(dmc, &gc)); in main()
|
| H A D | ex5.c | 35 PetscCall(DMCreateGlobalVector(dmSol, &rhs)); in main() 36 PetscCall(DMCreateGlobalVector(dmSol, &solRef)); in main() 72 PetscCall(DMCreateGlobalVector(dmSol, &sol)); in main()
|
| H A D | ex11.c | 38 PetscCall(DMCreateGlobalVector(dmSol, &rhs)); in main() 39 PetscCall(DMCreateGlobalVector(dmSol, &solRef)); in main() 78 PetscCall(DMCreateGlobalVector(dmSol, &sol)); in main()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex1.c | 44 PetscCall(DMCreateGlobalVector(forest, &g)); in main() 51 PetscCall(DMCreateGlobalVector(forest, &g2)); in main()
|
| H A D | ex3.c | 105 PetscCall(DMCreateGlobalVector(forest, &g)); in main() 124 PetscCall(DMCreateGlobalVector(forest, &g2)); in main()
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex1.c | 131 PetscCall(DMCreateGlobalVector(dmSol, &solRef)); in main() 168 PetscCall(DMCreateGlobalVector(dmForcing, &f)); in main() 173 PetscCall(DMCreateGlobalVector(dmSol, &rhs)); in main() 327 PetscCall(DMCreateGlobalVector(dmSol, &sol)); in main()
|
| /petsc/src/dm/impls/swarm/tutorials/ |
| H A D | ex1f90.F90 | 64 PetscCallA(DMCreateGlobalVector(dm, rho, ierr)) 75 PetscCallA(DMCreateGlobalVector(dm, rhs, ierr))
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex52.c | 93 PetscCall(DMCreateGlobalVector(NewDM, &NewDMVecGlobal)); in main() 103 PetscCall(DMCreateGlobalVector(plex, &g_vec)); in main()
|
| H A D | ex15.c | 57 PetscCall(DMCreateGlobalVector(dm, &v)); in main() 88 PetscCall(DMCreateGlobalVector(dm, &rv)); in main()
|
| /petsc/src/dm/impls/network/tests/ |
| H A D | ex1.c | 143 PetscCall(DMCreateGlobalVector(dm, &vec)); in main() 149 PetscCall(DMCreateGlobalVector(dmclone, &vec)); in main()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex4.c | 37 PetscCall(DMCreateGlobalVector(da, &u)); in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex36.c | 313 PetscCall(DMCreateGlobalVector(dmc, &ctx->tmpcoarse)); in CreateCoarseProjection() 314 PetscCall(DMCreateGlobalVector(dmf, &ctx->tmpfine)); in CreateCoarseProjection() 412 PetscCall(DMCreateGlobalVector(dmfdg, &ctx->tmpf)); in CreateQuasiInterpolator() 425 PetscCall(DMCreateGlobalVector(dmcdg, &ctx->tmpc)); in CreateQuasiInterpolator() 450 PetscCall(DMCreateGlobalVector(dmc, &uc)); in CoarseTest() 493 PetscCall(DMCreateGlobalVector(dm, &u)); in main()
|