Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4247 Vec coordsGlobal, coordsLocal; in DMConvert_pforest_plex() local
4255 PetscCall(DMGetCoordinates(newPlex, &coordsGlobal)); in DMConvert_pforest_plex()
4257 PetscCall(VecGetArrayRead(coordsGlobal, &globalArray)); in DMConvert_pforest_plex()
4262 PetscCall(VecRestoreArrayRead(coordsGlobal, &globalArray)); in DMConvert_pforest_plex()