Searched refs:dm_not_vertex_first_three (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex43.c | 211 DM dm_not_vertex_first_three; in main() local 225 PetscCall(DMStagCreateCompatibleDMStag(dm, 1, 1, 1, 0, &dm_not_vertex_first_three)); in main() 245 …PetscCall(DMStagCreateISFromStencils(dm_not_vertex_first_three, 1, stencil_vertex_fourth, &is[0])); in main() 246 …PetscCall(DMStagCreateISFromStencils(dm_not_vertex_first_three, 6, stencil_face_and_edge, &is[1])); in main() 251 PetscCall(DMDestroy(&dm_not_vertex_first_three)); in main()
|