Home
last modified time | relevance | path

Searched refs:stencil_not_vertex_first_three (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex43.c165 DMStagStencil stencil_vertex_first_three[3], stencil_not_vertex_first_three[7]; in main() local
185 stencil_not_vertex_first_three[0].loc = DMSTAG_BACK_DOWN_LEFT; in main()
186 stencil_not_vertex_first_three[0].c = 3; in main()
187 stencil_not_vertex_first_three[1].loc = DMSTAG_LEFT; in main()
188 stencil_not_vertex_first_three[1].c = 0; in main()
189 stencil_not_vertex_first_three[2].loc = DMSTAG_BACK; in main()
190 stencil_not_vertex_first_three[2].c = 0; in main()
191 stencil_not_vertex_first_three[3].loc = DMSTAG_DOWN; in main()
192 stencil_not_vertex_first_three[3].c = 0; in main()
193 stencil_not_vertex_first_three[4].loc = DMSTAG_BACK_DOWN; in main()
[all …]