Searched refs:lb_true (Results 1 – 1 of 1) sorted by relevance
2717 MPI_Aint lb, lb_true, bytes, bytes_true; in PetscSFGetDatatypeSize_Internal() local2721 PetscCallMPI(MPI_Type_get_true_extent(unit, &lb_true, &bytes_true)); in PetscSFGetDatatypeSize_Internal()2722 …PetscCheck(lb == 0 && lb_true == 0, comm, PETSC_ERR_SUP, "No support for unit type with nonzero lo… in PetscSFGetDatatypeSize_Internal()