Searched refs:pi_oth (Results 1 – 1 of 1) sorted by relevance
200 PetscInt *pi_loc, *pj_loc, *pi_oth, *pj_oth, *dnz, *onz; in MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable() local228 pi_oth = p_oth->i; in MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()232 pi_oth = NULL; in MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()263 pnz = pi_oth[row + 1] - pi_oth[row]; in MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()264 Jptr = pj_oth + pi_oth[row]; in MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()662 PetscInt *pi_loc, *pj_loc, *pi_oth, *pj_oth, *pj; in MatMatMultNumeric_MPIAIJ_MPIAIJ() local703 pi_oth = p_oth->i; in MatMatMultNumeric_MPIAIJ_MPIAIJ()708 pi_oth = NULL; in MatMatMultNumeric_MPIAIJ_MPIAIJ()749 pnz = pi_oth[row + 1] - pi_oth[row]; in MatMatMultNumeric_MPIAIJ_MPIAIJ()750 pj = pj_oth + pi_oth[row]; in MatMatMultNumeric_MPIAIJ_MPIAIJ()[all …]