Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/ !
H A Dex47.c629 IS lISCellWithOvl = 0; in main() local
631 PetscCall(DMPlexCreateCellNumbering(ddm_with_overlap, PETSC_TRUE, &lISCellWithOvl)); in main()
633 PetscCall(ISView(lISCellWithOvl, PETSC_VIEWER_STDOUT_WORLD)); in main()
634 PetscCall(ISDestroy(&lISCellWithOvl)); in main()