Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/mpi/
H A Dbaijov.c640 PetscBool *issorted, colflag, iscsorted = PETSC_TRUE; local
659 if (!issorted[i]) iscsorted = issorted[i]; /* columns are not sorted! */
1483 if (!iscsorted) { /* sort column indices of the rows */
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c2061 PetscBool *issorted, *allcolumns, colflag, iscsorted = PETSC_TRUE; in MatCreateSubMatrices_MPIAIJ_Local() local
2074 if (!issorted[i]) iscsorted = issorted[i]; in MatCreateSubMatrices_MPIAIJ_Local()
2786 if (!iscsorted) { /* sort column indices of the rows */ in MatCreateSubMatrices_MPIAIJ_Local()