Home
last modified time | relevance | path

Searched refs:pointMaskSerial (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
289 PetscCall(PetscMalloc1(npointMaskSerial, &pointMaskSerial)); in VerifyDMLabels()
297 if (pointMaskSerial) PetscCall(PetscArrayzero(pointMaskSerial, npointMaskSerial)); in VerifyDMLabels()
310 PetscCall(PetscSFGatherBegin(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
311 PetscCall(PetscSFGatherEnd(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
333 …if (serial_has_point != pointMaskSerial[offset + d]) PetscCall(PetscPrintf(comm, "DMLabel '%s': Se… in VerifyDMLabels()
347 PetscCall(PetscFree(pointMaskSerial)); in VerifyDMLabels()