Home
last modified time | relevance | path

Searched refs:ghost (Results 1 – 25 of 201) sorted by relevance

123456789

/petsc/src/dm/impls/stag/tutorials/output/
H A Dex1_periodic_seq.out6 Elementwise ghost stencil: BOX, width 1
17 Elementwise ghost stencil: BOX, width 1
28 Elementwise ghost stencil: BOX, width 1
39 Elementwise ghost stencil: BOX, width 1
50 Elementwise ghost stencil: BOX, width 1
H A Dex1_ghosted_vacuous.out6 Elementwise ghost stencil: BOX, width 1
23 Elementwise ghost stencil: BOX, width 1
40 Elementwise ghost stencil: BOX, width 1
57 Elementwise ghost stencil: BOX, width 1
74 Elementwise ghost stencil: BOX, width 1
H A Dex1_periodic.out6 Elementwise ghost stencil: BOX, width 1
23 Elementwise ghost stencil: BOX, width 1
40 Elementwise ghost stencil: BOX, width 1
57 Elementwise ghost stencil: BOX, width 1
74 Elementwise ghost stencil: BOX, width 1
H A Dex1_1.out6 Elementwise ghost stencil: STAR, width 1
35 Elementwise ghost stencil: STAR, width 1
64 Elementwise ghost stencil: STAR, width 1
116 Elementwise ghost stencil: STAR, width 1
145 Elementwise ghost stencil: STAR, width 1
/petsc/src/dm/impls/stag/tests/output/
H A Dex16_1.out6 Elementwise ghost stencil: BOX, width 1
17 Elementwise ghost stencil: BOX, width 1
28 Elementwise ghost stencil: BOX, width 1
H A Dex16_4.out6 Elementwise ghost stencil: BOX, width 1
20 Elementwise ghost stencil: BOX, width 1
34 Elementwise ghost stencil: BOX, width 1
H A Dex16_2.out7 Elementwise ghost stencil: BOX, width 1
21 Elementwise ghost stencil: BOX, width 1
35 Elementwise ghost stencil: BOX, width 1
H A Dex16_7.out6 Elementwise ghost stencil: BOX, width 1
23 Elementwise ghost stencil: BOX, width 1
40 Elementwise ghost stencil: BOX, width 1
H A Dex42_dim-2.out7 Elementwise ghost stencil: BOX, width 1
42 Elementwise ghost stencil: BOX, width 1
82 Elementwise ghost stencil: BOX, width 1
111 Elementwise ghost stencil: BOX, width 1
H A Dex42_dim-1.out6 Elementwise ghost stencil: BOX, width 1
29 Elementwise ghost stencil: BOX, width 1
51 Elementwise ghost stencil: BOX, width 1
H A Dex42_dim-3.out7 Elementwise ghost stencil: BOX, width 1
91 Elementwise ghost stencil: BOX, width 1
248 Elementwise ghost stencil: BOX, width 1
370 Elementwise ghost stencil: BOX, width 1
418 Elementwise ghost stencil: BOX, width 1
H A Dex14_1.out6 Elementwise ghost stencil: BOX, width 1
17 Elementwise ghost stencil: BOX, width 1
H A Dex14_4.out6 Elementwise ghost stencil: BOX, width 1
20 Elementwise ghost stencil: BOX, width 1
H A Dex16_5.out7 Elementwise ghost stencil: BOX, width 1
33 Elementwise ghost stencil: BOX, width 1
59 Elementwise ghost stencil: BOX, width 1
H A Dex14_2.out7 Elementwise ghost stencil: BOX, width 1
33 Elementwise ghost stencil: BOX, width 1
H A Dex16_8.out7 Elementwise ghost stencil: BOX, width 1
41 Elementwise ghost stencil: BOX, width 1
75 Elementwise ghost stencil: BOX, width 1
H A Dex16_3.out7 Elementwise ghost stencil: BOX, width 1
42 Elementwise ghost stencil: BOX, width 1
77 Elementwise ghost stencil: BOX, width 1
H A Dex14_5.out7 Elementwise ghost stencil: BOX, width 1
41 Elementwise ghost stencil: BOX, width 1
H A Dex13_periodic_1d_seq_stag_stencil_width-1.out6 Elementwise ghost stencil: BOX, width 1
H A Dex13_periodic_1d_seq_stag_stencil_width-0.out6 Elementwise ghost stencil: BOX, width 0
H A Dex13_ghosted_1d_seq_stag_stencil_width-1.out6 Elementwise ghost stencil: BOX, width 1
H A Dex13_ghosted_1d_seq_stag_stencil_width-0.out6 Elementwise ghost stencil: BOX, width 0
/petsc/src/ksp/ksp/tutorials/network/
H A Dex3.c21 PetscBool sharedv, ghost, distribute = PETSC_TRUE, test = PETSC_FALSE; in main() local
147 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[v], &ghost)); in main()
148 if (ghost) continue; in main()
179 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[i], &ghost)); in main()
183ghost) PetscCall(PetscPrintf(PETSC_COMM_SELF, " [%d] v %" PetscInt_FMT " is shared %d, is ghost %… in main()
H A Dex4.c12 PetscBool ghost, distribute = PETSC_TRUE, sharedv; in main() local
134 PetscCall(DMNetworkIsGhostVertex(dmnetwork, vtx[v], &ghost)); in main()
135 if (ghost) continue; in main()
/petsc/src/vec/vec/tutorials/
H A Dex9.c26 IS ghost; in main() local
153 PetscCall(VecGhostGetGhostIS(gx, &ghost)); in main()
154 PetscCall(ISView(ghost, PETSC_VIEWER_STDOUT_WORLD)); in main()

123456789