| /petsc/src/dm/impls/stag/tutorials/output/ |
| H A D | ex1_periodic_seq.out | 6 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 D | ex1_ghosted_vacuous.out | 6 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 D | ex1_periodic.out | 6 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 D | ex1_1.out | 6 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 D | ex16_1.out | 6 Elementwise ghost stencil: BOX, width 1 17 Elementwise ghost stencil: BOX, width 1 28 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex16_4.out | 6 Elementwise ghost stencil: BOX, width 1 20 Elementwise ghost stencil: BOX, width 1 34 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex16_2.out | 7 Elementwise ghost stencil: BOX, width 1 21 Elementwise ghost stencil: BOX, width 1 35 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex16_7.out | 6 Elementwise ghost stencil: BOX, width 1 23 Elementwise ghost stencil: BOX, width 1 40 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex42_dim-2.out | 7 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 D | ex42_dim-1.out | 6 Elementwise ghost stencil: BOX, width 1 29 Elementwise ghost stencil: BOX, width 1 51 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex42_dim-3.out | 7 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 D | ex14_1.out | 6 Elementwise ghost stencil: BOX, width 1 17 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex14_4.out | 6 Elementwise ghost stencil: BOX, width 1 20 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex16_5.out | 7 Elementwise ghost stencil: BOX, width 1 33 Elementwise ghost stencil: BOX, width 1 59 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex14_2.out | 7 Elementwise ghost stencil: BOX, width 1 33 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex16_8.out | 7 Elementwise ghost stencil: BOX, width 1 41 Elementwise ghost stencil: BOX, width 1 75 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex16_3.out | 7 Elementwise ghost stencil: BOX, width 1 42 Elementwise ghost stencil: BOX, width 1 77 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex14_5.out | 7 Elementwise ghost stencil: BOX, width 1 41 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex13_periodic_1d_seq_stag_stencil_width-1.out | 6 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex13_periodic_1d_seq_stag_stencil_width-0.out | 6 Elementwise ghost stencil: BOX, width 0
|
| H A D | ex13_ghosted_1d_seq_stag_stencil_width-1.out | 6 Elementwise ghost stencil: BOX, width 1
|
| H A D | ex13_ghosted_1d_seq_stag_stencil_width-0.out | 6 Elementwise ghost stencil: BOX, width 0
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex3.c | 21 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() 183 …ghost) PetscCall(PetscPrintf(PETSC_COMM_SELF, " [%d] v %" PetscInt_FMT " is shared %d, is ghost %… in main()
|
| H A D | ex4.c | 12 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 D | ex9.c | 26 IS ghost; in main() local 153 PetscCall(VecGhostGetGhostIS(gx, &ghost)); in main() 154 PetscCall(ISView(ghost, PETSC_VIEWER_STDOUT_WORLD)); in main()
|