Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex43.c215 DMStagStencil stencil_vertex_fourth[1], stencil_face_and_edge[6]; in main() local
228 stencil_vertex_fourth[0].loc = DMSTAG_BACK_DOWN_LEFT; in main()
229 stencil_vertex_fourth[0].c = 3; in main()
245 …PetscCall(DMStagCreateISFromStencils(dm_not_vertex_first_three, 1, stencil_vertex_fourth, &is[0])); in main()