Searched refs:isrow_p (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 3010 IS *isrow_p, *iscol_p, *cisrow, *ciscol, *ciscol_p; in MatCreateSubMatricesMPI_MPIXAIJ() local 3066 PetscCall(PetscMalloc2(ismax, &isrow_p, ismax, &iscol_p)); in MatCreateSubMatricesMPI_MPIXAIJ() 3074 PetscCall(ISSortPermutation(isrow[i], PETSC_FALSE, isrow_p + i)); in MatCreateSubMatricesMPI_MPIXAIJ() 3163 … PetscCall(setseqmats((*submat)[i], isrow_p[i], iscol_p[i], ciscol_p[ii], pattern, AA, BB)); in MatCreateSubMatricesMPI_MPIXAIJ() 3174 if (isrow_p[i] || iscol_p[i]) { in MatCreateSubMatricesMPI_MPIXAIJ() 3176 PetscCall(setseqmat((*submat)[i], isrow_p[i], iscol_p[i], pattern, A[i])); in MatCreateSubMatricesMPI_MPIXAIJ() 3182 PetscCall(ISDestroy(&isrow_p[i])); in MatCreateSubMatricesMPI_MPIXAIJ() 3186 PetscCall(PetscFree2(isrow_p, iscol_p)); in MatCreateSubMatricesMPI_MPIXAIJ()
|