Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex103.c277 PetscBool *pointMask, *pointMaskSerial = NULL; in VerifyDMLabels() local
291 PetscCall(PetscMalloc1(num_points_load, &pointMask)); in VerifyDMLabels()
298 PetscCall(PetscArrayzero(pointMask, num_points_load)); in VerifyDMLabels()
306 for (PetscInt p = 0; p < num_points; p++) pointMask[points[p]] = PETSC_TRUE; in VerifyDMLabels()
310 PetscCall(PetscSFGatherBegin(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
311 PetscCall(PetscSFGatherEnd(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
348 PetscCall(PetscFree(pointMask)); in VerifyDMLabels()