Searched refs:dmRedundant (Results 1 – 1 of 1) sorted by relevance
761 DM dmRedundant; in DMSetUp_pforest() local764 PetscCall(DMPlexGetRedundantDM(base, &sf, &dmRedundant)); in DMSetUp_pforest()765 PetscCheck(dmRedundant, comm, PETSC_ERR_PLIB, "Could not create redundant DM"); in DMSetUp_pforest()766 … PetscCall(PetscObjectCompose((PetscObject)dmRedundant, "_base_migration_sf", (PetscObject)sf)); in DMSetUp_pforest()768 base = dmRedundant; in DMSetUp_pforest()770 PetscCall(DMDestroy(&dmRedundant)); in DMSetUp_pforest()