Home
last modified time | relevance | path

Searched refs:start_val (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dinode.c4130 …PetscInt row, col, *permr, *permc, *ns_row = a->inode.size_csr, *tns, start_val, end_val, i… in MatInodeAdjustForInodes_SeqAIJ_Inode() local
4151 start_val = tns[indx]; in MatInodeAdjustForInodes_SeqAIJ_Inode()
4153 for (j = start_val; j < end_val; ++j, ++row) permr[row] = j; in MatInodeAdjustForInodes_SeqAIJ_Inode()
4162 start_val = tns[indx]; in MatInodeAdjustForInodes_SeqAIJ_Inode()
4164 for (j = start_val; j < end_val; ++j, ++col) permc[col] = j; in MatInodeAdjustForInodes_SeqAIJ_Inode()