Searched refs:colA_start (Results 1 – 1 of 1) sorted by relevance
153 PetscInt colA_start, jB, jcol; in MatConvertToTriples_mpiaij_mpiaij_MKL_CPARDISO() local188 colA_start = rstart + ajj[0]; /* the smallest global col index of A */ in MatConvertToTriples_mpiaij_mpiaij_MKL_CPARDISO()192 if (jcol > colA_start) break; in MatConvertToTriples_mpiaij_mpiaij_MKL_CPARDISO()224 PetscInt colA_start, jB, jcol; in MatConvertToTriples_mpibaij_mpibaij_MKL_CPARDISO() local259 colA_start = rstart + (countA > 0 ? ajj[0] : 0); /* the smallest global col index of A */ in MatConvertToTriples_mpibaij_mpibaij_MKL_CPARDISO()263 if (jcol > colA_start) break; in MatConvertToTriples_mpibaij_mpibaij_MKL_CPARDISO()