Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex47.c625 DM ddm_with_overlap; in main() local
627 PetscCall(DMPlexDistributeOverlap(ddm, lNbCellsInOverlap, &lSFMigrationOvl, &ddm_with_overlap)); in main()
631 PetscCall(DMPlexCreateCellNumbering(ddm_with_overlap, PETSC_TRUE, &lISCellWithOvl)); in main()
637 PetscCall(DMDestroy(&ddm_with_overlap)); in main()