Searched refs:gatherDM (Results 1 – 1 of 1) sorted by relevance
2359 DM gatherDM, dmCoord; in DMPlexGetRedundantDM() local2374 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()