Searched refs:newPlexGhosted (Results 1 – 1 of 1) sorted by relevance
4274 DM newPlexGhosted; in DMConvert_pforest_plex() local4277 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()