Home
last modified time | relevance | path

Searched refs:points_centroid_load (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
265 PetscCall(DMPlexGetPointsCentroids(dm_load, &points_centroid_load)); in VerifyDMLabels()
268 … num_points_load, dim, 100 * PETSC_MACHINE_EPSILON, points_centroid_serial, points_centroid_load)); in VerifyDMLabels()
271 PetscCall(PetscFree(points_centroid_load)); in VerifyDMLabels()