Searched refs:tcount_max (Results 1 – 1 of 1) sorted by relevance
500 PetscInt *tdata, tcount, tcount_max; in MatIncreaseOverlap_MPIAIJ_Once() local779 tcount_max = 0; in MatIncreaseOverlap_MPIAIJ_Once()783 if (tcount_max < tcount) tcount_max = tcount; in MatIncreaseOverlap_MPIAIJ_Once()785 PetscCall(PetscMalloc1(tcount_max, &tdata)); in MatIncreaseOverlap_MPIAIJ_Once()