Lines Matching refs:missing
556 PetscBool missing; in DMPlexInterpolateFaces_Internal() local
564 PetscCall(PetscHMapIJKLPut(faceTable, key, &iter, &missing)); in DMPlexInterpolateFaces_Internal()
565 if (missing) { in DMPlexInterpolateFaces_Internal()
606 PetscBool missing; in DMPlexInterpolateFaces_Internal() local
613 PetscCall(PetscHMapIJKLPut(faceTable, key, &iter, &missing)); in DMPlexInterpolateFaces_Internal()
614 if (missing) { in DMPlexInterpolateFaces_Internal()
1066 PetscSFNode cmin = {PETSC_INT_MAX, PETSC_MPI_INT_MAX}, missing = {-1, -1}; in DMPlexGetConeMinimum() local
1077 cmin = missing; in DMPlexGetConeMinimum()
1082 *cpmin = coneSize ? cmin : missing; in DMPlexGetConeMinimum()
1316 PetscBool missing, mapToLocalPointFailed = PETSC_FALSE; in DMPlexInterpolatePointSF() local
1333 PetscCall(PetscHMapIJKLRemotePut(faceTable, key, &iter, &missing)); in DMPlexInterpolatePointSF()
1334 if (missing) { in DMPlexInterpolatePointSF()
1385 PetscBool missing; in DMPlexInterpolatePointSF() local
1401 PetscCall(PetscHMapIJKLRemotePut(faceTable, key, &iter, &missing)); in DMPlexInterpolatePointSF()
1402 …PetscCheck(!missing, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Root %" PetscInt_FMT " Idx %" PetscInt_FMT … in DMPlexInterpolatePointSF()