Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4274 DM newPlexGhosted; in DMConvert_pforest_plex() local
4277 PetscCall(DMPlexConstructGhostCells(newPlex, pforest->ghostName, &numAdded, &newPlexGhosted)); in DMConvert_pforest_plex()
4279 PetscCall(DMSetApplicationContext(newPlexGhosted, ctx)); in DMConvert_pforest_plex()
4281 PetscCall(DMGetPointSF(newPlexGhosted, &pointSF)); in DMConvert_pforest_plex()
4284 PetscCall(DMPlexSetReferenceTree(newPlexGhosted, refTree)); in DMConvert_pforest_plex()
4286 newPlex = newPlexGhosted; in DMConvert_pforest_plex()