Lines Matching refs:irow
618 const PetscInt **icol, **irow; local
655 …PetscCall(PetscMalloc5(ismax, (PetscInt ***)&irow, ismax, (PetscInt ***)&icol, ismax, &nrow, ismax…
679 irow[i] = NULL;
682 PetscCall(ISGetIndices(isrow[i], &irow[i]));
759 irow_i = irow[i];
843 irow_i = irow[i];
1012 irow_i = irow[i];
1061 irow_i = irow[i];
1073 irow_i = irow[i];
1295 irow_i = irow[i];
1519 if (!allrows[i]) PetscCall(ISRestoreIndices(isrow[i], irow + i));
1528 PetscCall(PetscFree5(*(PetscInt ***)&irow, *(PetscInt ***)&icol, nrow, ncol, issorted));