Lines Matching refs:ct3
965 PetscInt row, total_sz, ct, ct1, ct2, ct3, mem_estimate, oct2, l, start, end; in MatIncreaseOverlap_MPIAIJ_Receive() local
997 ct3 = 0; in MatIncreaseOverlap_MPIAIJ_Receive()
1003 ct3 += ct1; in MatIncreaseOverlap_MPIAIJ_Receive()
1011 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIAIJ_Receive()
1022 ct3++; in MatIncreaseOverlap_MPIAIJ_Receive()
1032 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIAIJ_Receive()
1043 ct3++; in MatIncreaseOverlap_MPIAIJ_Receive()
1051 if (!(ct3 < mem_estimate)) { in MatIncreaseOverlap_MPIAIJ_Receive()
1062 ct3++; in MatIncreaseOverlap_MPIAIJ_Receive()
1075 …ired %" PetscInt_FMT " bytes, no of mallocs = %" PetscInt_FMT "\n", mem_estimate, ct3, no_malloc)); in MatIncreaseOverlap_MPIAIJ_Receive()
1223 PetscInt **sbuf1, **sbuf2, k, ct1, ct2, ct3, **rbuf1, row; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local
1833 ct3 = 0; /* count of received C->j that will be inserted into submat */ in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1862 if (iscolsorted) rbuf3_i[ct3++] = ct2; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()
1872 … ct2 = rbuf3_i[ct3++]; /* index of rbuf4_i[] which needs to be inserted into submat */ in MatCreateSubMatrices_MPIAIJ_SingleIS_Local()