Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3951 PetscBool baseLocalized = PETSC_FALSE; in DMPforestLocalizeCoordinates() local
3958 if (base) PetscCall(DMGetCoordinatesLocalized(base, &baseLocalized)); in DMPforestLocalizeCoordinates()
3959 if (!baseLocalized) base = NULL; in DMPforestLocalizeCoordinates()
3960 if (!baseLocalized && !L) PetscFunctionReturn(PETSC_SUCCESS); in DMPforestLocalizeCoordinates()