Searched refs:issorted (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 640 PetscBool *issorted, colflag, iscsorted = PETSC_TRUE; local 655 …x, (PetscInt ***)&irow, ismax, (PetscInt ***)&icol, ismax, &nrow, ismax, &ncol, ismax, &issorted)); 658 PetscCall(ISSorted(iscol[i], &issorted[i])); 659 if (!issorted[i]) iscsorted = issorted[i]; /* columns are not sorted! */ 660 PetscCall(ISSorted(isrow[i], &issorted[i])); 764 if (issorted[i]) proc = 0; 766 if (!issorted[i]) proc = 0; 1528 PetscCall(PetscFree5(*(PetscInt ***)&irow, *(PetscInt ***)&icol, nrow, ncol, issorted));
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 2061 PetscBool *issorted, *allcolumns, colflag, iscsorted = PETSC_TRUE; in MatCreateSubMatrices_MPIAIJ_Local() local 2070 …x, (PetscInt ***)&irow, ismax, (PetscInt ***)&icol, ismax, &nrow, ismax, &ncol, ismax, &issorted)); in MatCreateSubMatrices_MPIAIJ_Local() 2073 PetscCall(ISSorted(iscol[i], &issorted[i])); in MatCreateSubMatrices_MPIAIJ_Local() 2074 if (!issorted[i]) iscsorted = issorted[i]; in MatCreateSubMatrices_MPIAIJ_Local() 2076 PetscCall(ISSorted(isrow[i], &issorted[i])); in MatCreateSubMatrices_MPIAIJ_Local() 2167 if (issorted[i]) proc = 0; in MatCreateSubMatrices_MPIAIJ_Local() 2169 if (!issorted[i]) proc = 0; in MatCreateSubMatrices_MPIAIJ_Local() 2825 PetscCall(PetscFree5(*(PetscInt ***)&irow, *(PetscInt ***)&icol, nrow, ncol, issorted)); in MatCreateSubMatrices_MPIAIJ_Local()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 1368 PetscBool isequal, issorted, isidentity = PETSC_FALSE; in MatCreateSubMatrix_MPISBAIJ() local 1378 PetscCall(ISSorted(iscol_local, &issorted)); in MatCreateSubMatrix_MPISBAIJ() 1379 …PetscCheck(issorted, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "For symmetric format, iscol must be s… in MatCreateSubMatrix_MPISBAIJ() 1391 PetscCall(ISSorted(isrow_local, &issorted)); in MatCreateSubMatrix_MPISBAIJ() 1392 …PetscCheck(issorted, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "For symmetric format, isrow must be s… in MatCreateSubMatrix_MPISBAIJ()
|