Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c2359 DM gatherDM, dmCoord; in DMPlexGetRedundantDM() local
2374 PetscCall(DMPlexGetGatherDM(dm, &gatherSF, &gatherDM)); in DMPlexGetRedundantDM()
2375 if (!gatherDM) PetscFunctionReturn(PETSC_SUCCESS); in DMPlexGetRedundantDM()
2377 PetscCall(DMPlexGetChart(gatherDM, &pStart, &pEnd)); in DMPlexGetRedundantDM()
2389 PetscCall(DMPlexMigrate(gatherDM, migrationSF, *redundantMesh)); in DMPlexGetRedundantDM()
2406 PetscCall(DMDestroy(&gatherDM)); in DMPlexGetRedundantDM()