Home
last modified time | relevance | path

Searched refs:DMView (Results 1 – 25 of 68) sorted by relevance

123

/petsc/src/dm/tutorials/
H A Dex19.c29 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
45 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
61 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
77 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
93 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
109 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
125 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
141 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
157 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex20.c64 PetscCall(DMView(celldm, PETSC_VIEWER_STDOUT_WORLD)); in pic_insert_DMDA()
65 PetscCall(DMView(swarm, PETSC_VIEWER_STDOUT_WORLD)); in pic_insert_DMDA()
176 PetscCall(DMView(celldm, viewer)); in pic_insert_DMPLEX_with_cell_list()
200 PetscCall(DMView(celldm, PETSC_VIEWER_STDOUT_WORLD)); in pic_insert_DMPLEX_with_cell_list()
201 PetscCall(DMView(swarm, PETSC_VIEWER_STDOUT_WORLD)); in pic_insert_DMPLEX_with_cell_list()
245 PetscCall(DMView(celldm, viewer)); in pic_insert_DMPLEX()
268 PetscCall(DMView(celldm, PETSC_VIEWER_STDOUT_WORLD)); in pic_insert_DMPLEX()
269 PetscCall(DMView(swarm, PETSC_VIEWER_STDOUT_WORLD)); in pic_insert_DMPLEX()
H A Dex1.c85 PetscCall(DMView(da, viewer)); in main()
89 PetscCall(DMView(da, mviewer)); in main()
H A Dex21.c150 PetscCall(DMView(celldm, viewer)); in pic_advect()
156 PetscCall(DMView(celldm, PETSC_VIEWER_STDOUT_WORLD)); in pic_advect()
157 PetscCall(DMView(swarm, PETSC_VIEWER_STDOUT_WORLD)); in pic_advect()
228 PetscCall(DMView(celldm, viewer)); in pic_advect()
H A Dswarm_ex2.c28 PetscCall(DMView(dms, PETSC_VIEWER_STDOUT_WORLD)); in ex2_1()
H A Dex5.c56 PetscCall(DMView(da, viewer)); in main()
H A Dswarm_ex1.c35 PetscCall(DMView(dms, PETSC_VIEWER_STDOUT_WORLD)); in ex1_1()
113 PetscCall(DMView(dms, PETSC_VIEWER_STDOUT_WORLD)); in ex1_2()
205 PetscCall(DMView(dms, PETSC_VIEWER_STDOUT_WORLD)); in ex1_3()
371 PetscCall(DMView(dms, PETSC_VIEWER_STDOUT_WORLD)); in ex1_4()
/petsc/src/dm/impls/stag/tests/
H A Dex16.c32 PetscCall(DMView(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()
36 PetscCall(DMView(dmRefined, PETSC_VIEWER_STDOUT_WORLD)); in main()
40 PetscCall(DMView(dmCoarsened, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex42.c35 PetscCall(DMView(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()
41 PetscCall(DMView(sub_dms[i], PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex14.c56 PetscCall(DMView(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()
60 PetscCall(DMView(dm2, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex50.c79 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
91 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex4.c28 PetscCall(DMView(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/dm/tests/
H A Dex10.c61 PetscCall(DMView(network, PETSC_VIEWER_STDOUT_WORLD)); in main()
81 PetscCall(DMView(network, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex45.c28 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex5.c31 PetscCall(DMView(da, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex1.c44 PetscCall(DMView(da, viewer)); in main()
H A Dex14.c53 PetscCall(DMView(da, bviewer)); in main()
H A Dex2.c36 PetscCall(DMView(da, viewer)); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex19.c129 PetscCall(DMView(dmNozzle, viewer)); in main()
320 PetscCall(DMView(dmNozzle, viewer)); in main()
325 PetscCall(DMView(dmNozzle, viewer)); in main()
330 PetscCall(DMView(dmNozzle, viewer)); in main()
335 PetscCall(DMView(dmNozzle, viewer)); in main()
H A Dex3f90.F9062 PetscCallA(DMView(dm, PETSC_VIEWER_STDOUT_WORLD, ierr))
/petsc/src/dm/impls/network/tests/
H A Dex1.c131 PetscCall(DMView(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()
137 PetscCall(DMView(dmclone, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex2.c202 PetscCall(DMView(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()
205 PetscCall(DMView(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/dm/impls/product/
H A Dproduct.c25 PetscCall(DMView(product->dm[d], viewer)); in DMView_Product()
/petsc/src/dm/impls/moab/tests/
H A Dex3.cxx115 PetscCall(DMView(user.dm, 0)); in main()
122 PetscCall(DMView(dmhierarchy[i], 0)); in main()
/petsc/src/dm/impls/patch/tests/
H A Dex1.c73 PetscCall(DMView(dm, PETSC_VIEWER_STDOUT_WORLD)); in main()

123