Searched refs:end_val (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/ |
| H A D | inode.c | 4130 …PetscInt row, col, *permr, *permc, *ns_row = a->inode.size_csr, *tns, start_val, end_val, i… in MatInodeAdjustForInodes_SeqAIJ_Inode() local 4152 end_val = tns[indx + 1]; in MatInodeAdjustForInodes_SeqAIJ_Inode() 4153 for (j = start_val; j < end_val; ++j, ++row) permr[row] = j; in MatInodeAdjustForInodes_SeqAIJ_Inode() 4163 end_val = tns[indx + 1]; in MatInodeAdjustForInodes_SeqAIJ_Inode() 4164 for (j = start_val; j < end_val; ++j, ++col) permc[col] = j; in MatInodeAdjustForInodes_SeqAIJ_Inode()
|