Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h761 DM dmRedundant; in DMSetUp_pforest() local
764 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()