Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex43.c108 DMStagStencil stencil_not_element[10], stencil_element[1]; in main() local
117 stencil_not_element[c].loc = DMSTAG_BACK_DOWN_LEFT; in main()
118 stencil_not_element[c].c = c; in main()
120 stencil_not_element[4].loc = DMSTAG_LEFT; in main()
121 stencil_not_element[4].c = 0; in main()
122 stencil_not_element[5].loc = DMSTAG_BACK; in main()
123 stencil_not_element[5].c = 0; in main()
124 stencil_not_element[6].loc = DMSTAG_DOWN; in main()
125 stencil_not_element[6].c = 0; in main()
126 stencil_not_element[7].loc = DMSTAG_BACK_DOWN; in main()
[all …]