Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3703 Vec coordLocalVec; in DMPforestMapCoordinates() local
3716 PetscCall(DMGetCoordinatesLocal(plex, &coordLocalVec)); in DMPforestMapCoordinates()
3717 PetscCall(VecGetArray(coordLocalVec, &coords)); in DMPforestMapCoordinates()
3828 PetscCall(VecRestoreArray(coordLocalVec, &coords)); in DMPforestMapCoordinates()