Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h189 char *ghostName; member
396 PetscCall(PetscFree(pforest->ghostName)); in DMForestDestroy_pforest()
3052 …if (pforest->ghostName) { /* insert a label to make the boundaries, with stratum values denoting w… in DMPforestLabelsInitialize()
3061 PetscCall(DMCreateLabel(plex, pforest->ghostName)); in DMPforestLabelsInitialize()
3062 PetscCall(DMGetLabel(plex, pforest->ghostName, &ghostLabel)); in DMPforestLabelsInitialize()
4272 …if (ghostLabelBase || pforest->ghostName) { /* we have to do this after copying labels because the… in DMConvert_pforest_plex()
4277 PetscCall(DMPlexConstructGhostCells(newPlex, pforest->ghostName, &numAdded, &newPlexGhosted)); in DMConvert_pforest_plex()
4363 PetscCall(PetscFree(pforest->ghostName)); in DMSetFromOptions_pforest()
4364 PetscCall(PetscStrallocpy(stringBuffer, &pforest->ghostName)); in DMSetFromOptions_pforest()
5198 pforest->ghostName = NULL; in DMCreate_pforest()