Home
last modified time | relevance | path

Searched refs:stencil_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
180 stencil_vertex_first_three[c].loc = DMSTAG_BACK_DOWN_LEFT; in main()
181 stencil_vertex_first_three[c].c = c; in main()
200 … PetscCall(DMStagCreateISFromStencils(dm_not_element, 3, stencil_vertex_first_three, &is[0])); in main()