Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex103.c256 PetscReal *points_centroid_load, *points_centroid_serial = NULL; in VerifyDMLabels() local
261 PetscCall(DMPlexGetPointsCentroids(dm_serial, &points_centroid_serial)); in VerifyDMLabels()
268 …oints_serial, num_points_load, dim, 100 * PETSC_MACHINE_EPSILON, points_centroid_serial, points_ce… in VerifyDMLabels()
272 PetscCall(PetscFree(points_centroid_serial)); in VerifyDMLabels()