Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4123 DMLabel ghostLabelBase = NULL; in DMConvert_pforest_plex() local
4136 if (base) PetscCall(DMGetLabel(base, "ghost", &ghostLabelBase)); in DMConvert_pforest_plex()
4272 …if (ghostLabelBase || pforest->ghostName) { /* we have to do this after copying labels because the… in DMConvert_pforest_plex()