Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex43.c161 DM dm_not_element; in main() local
176 PetscCall(DMStagCreateCompatibleDMStag(dm, 4, 1, 1, 0, &dm_not_element)); in main()
200 … PetscCall(DMStagCreateISFromStencils(dm_not_element, 3, stencil_vertex_first_three, &is[0])); in main()
201 … PetscCall(DMStagCreateISFromStencils(dm_not_element, 7, stencil_not_vertex_first_three, &is[1])); in main()
206 PetscCall(DMDestroy(&dm_not_element)); in main()