Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex70.c66 DMLabel extLabel; in main() local
83 PetscCall(DMGetLabel(dm, "exterior_facets", &extLabel)); in main()
84 PetscCall(DMPlexMarkBoundaryFaces(dm, 1, extLabel)); in main()