Searched refs:allCoordsVec (Results 1 – 1 of 1) sorted by relevance
43 Vec allCoordsVec; in DMPlexFindVertices() local57 PetscCall(DMGetCoordinatesLocal(dm, &allCoordsVec)); in DMPlexFindVertices()58 PetscCall(VecGetArrayRead(allCoordsVec, &allCoords)); in DMPlexFindVertices()102 PetscCall(VecRestoreArrayRead(allCoordsVec, &allCoords)); in DMPlexFindVertices()