Searched refs:npointMaskSerial (Results 1 – 1 of 1) sorted by relevance
276 PetscInt npointMaskSerial = 0; in VerifyDMLabels() local287 PetscCall(PetscSectionGetStorageSize(pointSerialSection, &npointMaskSerial)); in VerifyDMLabels()289 PetscCall(PetscMalloc1(npointMaskSerial, &pointMaskSerial)); in VerifyDMLabels()297 if (pointMaskSerial) PetscCall(PetscArrayzero(pointMaskSerial, npointMaskSerial)); in VerifyDMLabels()