Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/ !
H A Dex103.c276 PetscInt npointMaskSerial = 0; in VerifyDMLabels() local
287 PetscCall(PetscSectionGetStorageSize(pointSerialSection, &npointMaskSerial)); in VerifyDMLabels()
289 PetscCall(PetscMalloc1(npointMaskSerial, &pointMaskSerial)); in VerifyDMLabels()
297 if (pointMaskSerial) PetscCall(PetscArrayzero(pointMaskSerial, npointMaskSerial)); in VerifyDMLabels()