Home
last modified time | relevance | path

Searched refs:DMCreateGlobalVector (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/petsc/src/dm/tests/
H A Dex20.c19 PetscCall(DMCreateGlobalVector(dm, &X)); in main()
21 PetscCall(DMCreateGlobalVector(dm, &Y)); in main()
H A Dex31.c19 PetscCall(DMCreateGlobalVector(da, &x)); in main()
20 PetscCall(DMCreateGlobalVector(daf, &y)); in main()
H A Dex23.c53 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 Dex48.c43 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 Dex47.c28 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 Dex42.c30 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 Dex36.c349 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 Dex15.c52 PetscCall(DMCreateGlobalVector(da_c, &v_c)); in main()
53 PetscCall(DMCreateGlobalVector(da_f, &v_f)); in main()
H A Dex21.c74 PetscCall(DMCreateGlobalVector(dac, &ac)); in test1_DAInjection3d()
77 PetscCall(DMCreateGlobalVector(daf, &af)); in test1_DAInjection3d()
H A Dex13.c25 PetscCall(DMCreateGlobalVector(da, &global)); in main()
H A Dex10k.kokkos.cxx53 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 Dex37.c30 PetscCall(DMCreateGlobalVector(da, &global)); in main()
H A Dex33.c65 PetscCall(DMCreateGlobalVector(da, &global1)); in main()
102 PetscCall(DMCreateGlobalVector(da2, &global2)); in main()
/petsc/src/dm/impls/stag/tests/
H A Dex32.c33 PetscCall(DMCreateGlobalVector(dmf, &gf)); in main()
38 PetscCall(DMCreateGlobalVector(dmc, &gc)); in main()
H A Dex5.c35 PetscCall(DMCreateGlobalVector(dmSol, &rhs)); in main()
36 PetscCall(DMCreateGlobalVector(dmSol, &solRef)); in main()
72 PetscCall(DMCreateGlobalVector(dmSol, &sol)); in main()
H A Dex11.c38 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 Dex1.c44 PetscCall(DMCreateGlobalVector(forest, &g)); in main()
51 PetscCall(DMCreateGlobalVector(forest, &g2)); in main()
H A Dex3.c105 PetscCall(DMCreateGlobalVector(forest, &g)); in main()
124 PetscCall(DMCreateGlobalVector(forest, &g2)); in main()
/petsc/src/dm/impls/stag/tutorials/
H A Dex1.c131 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 Dex1f90.F9064 PetscCallA(DMCreateGlobalVector(dm, rho, ierr))
75 PetscCallA(DMCreateGlobalVector(dm, rhs, ierr))
/petsc/src/dm/impls/plex/tests/
H A Dex52.c93 PetscCall(DMCreateGlobalVector(NewDM, &NewDMVecGlobal)); in main()
103 PetscCall(DMCreateGlobalVector(plex, &g_vec)); in main()
H A Dex15.c57 PetscCall(DMCreateGlobalVector(dm, &v)); in main()
88 PetscCall(DMCreateGlobalVector(dm, &rv)); in main()
/petsc/src/dm/impls/network/tests/
H A Dex1.c143 PetscCall(DMCreateGlobalVector(dm, &vec)); in main()
149 PetscCall(DMCreateGlobalVector(dmclone, &vec)); in main()
/petsc/src/dm/tutorials/
H A Dex4.c37 PetscCall(DMCreateGlobalVector(da, &u)); in main()
/petsc/src/snes/tutorials/
H A Dex36.c313 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()

12345678910>>...12