Home
last modified time | relevance | path

Searched defs:irow (Results 1 – 25 of 33) sorted by relevance

12

/petsc/src/mat/graphops/order/
H A Dsorder.c11 PETSC_INTERN PetscErrorCode MatGetOrdering_Natural(Mat mat, MatOrderingType type, IS *irow, IS *ico… in MatGetOrdering_Natural()
49 PETSC_INTERN PetscErrorCode MatGetOrdering_RowLength(Mat mat, MatOrderingType type, IS *irow, IS *i… in MatGetOrdering_RowLength()
/petsc/src/mat/tests/
H A Dex4.c9 IS irow, icol; in main() local
H A Dex249.c9 IS *irow, *icol; in main() local
H A Dex87.c13 IS isrow, iscol, irow[n], icol[n]; in main() local
H A Dex22.c102 PetscErrorCode MatGetOrdering_myordering(Mat mat, MatOrderingType type, IS *irow, IS *icol) in MatGetOrdering_myordering()
H A Dex139.c27 …m, n, top_bs, row_bs, col_bs, nlocblocks, *idx, nrowblocks, ncolblocks, *ridx, *cidx, *icol, *irow; in main() local
H A Dex23.c19 IS irow[2], icol[2]; in main() local
/petsc/src/mat/impls/localref/
H A Dmlocalref.c35 …ode MatSetValuesBlockedLocal_LocalRef_Block(Mat A, PetscInt nrow, const PetscInt irow[], PetscInt … in MatSetValuesBlockedLocal_LocalRef_Block()
50 …de MatSetValuesBlockedLocal_LocalRef_Scalar(Mat A, PetscInt nrow, const PetscInt irow[], PetscInt … in MatSetValuesBlockedLocal_LocalRef_Scalar()
67 static PetscErrorCode MatSetValuesLocal_LocalRef_Scalar(Mat A, PetscInt nrow, const PetscInt irow[] in MatSetValuesLocal_LocalRef_Scalar()
/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c25 …rrorCode MatSetValuesLocal_HYPREStruct_3d(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt … in MatSetValuesLocal_HYPREStruct_3d()
64 static PetscErrorCode MatZeroRowsLocal_HYPREStruct_3d(Mat mat, PetscInt nrow, const PetscInt irow[] in MatZeroRowsLocal_HYPREStruct_3d()
339 …rorCode MatSetValuesLocal_HYPRESStruct_3d(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt … in MatSetValuesLocal_HYPRESStruct_3d()
442 …rrorCode MatZeroRowsLocal_HYPRESStruct_3d(Mat mat, PetscInt nrow, const PetscInt irow[], PetscScal… in MatZeroRowsLocal_HYPRESStruct_3d()
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c133 static PetscErrorCode MatCreateSubMatrices_MPIAdj_Private(Mat mat, PetscInt n, const IS irow[], con… in MatCreateSubMatrices_MPIAdj_Private()
209 static PetscErrorCode MatCreateSubMatricesMPI_MPIAdj(Mat mat, PetscInt n, const IS irow[], const IS… in MatCreateSubMatricesMPI_MPIAdj()
217 static PetscErrorCode MatCreateSubMatrices_MPIAdj(Mat mat, PetscInt n, const IS irow[], const IS ic… in MatCreateSubMatrices_MPIAdj()
/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas.c382 PetscInt *irow; in spbas_matrix_to_crs() local
441 PetscInt *irow; in spbas_transpose() local
/petsc/src/tao/matrix/
H A Dsubmatfree.c222 PetscErrorCode MatCreateSubMatrices_SMF(Mat A, PetscInt n, IS *irow, IS *icol, MatReuse scall, Mat … in MatCreateSubMatrices_SMF()
H A Dadamat.c233 static PetscErrorCode MatCreateSubMatrices_ADA(Mat A, PetscInt n, IS *irow, IS *icol, MatReuse scal… in MatCreateSubMatrices_ADA()
/petsc/src/mat/impls/normal/
H A Dnormmh.c9 static PetscErrorCode MatCreateSubMatrices_NormalHermitian(Mat mat, PetscInt n, const IS irow[], co… in MatCreateSubMatrices_NormalHermitian()
H A Dnormm.c26 static PetscErrorCode MatCreateSubMatrices_Normal(Mat mat, PetscInt n, const IS irow[], const IS ic… in MatCreateSubMatrices_Normal()
/petsc/src/mat/impls/dense/mpi/
H A Dmmdense.c57 const PetscInt **irow, **icol, *irow_i; in MatCreateSubMatrices_MPIDense_Local() local
/petsc/src/mat/impls/cdiagonal/
H A Dcdiagonal.c88 static PetscErrorCode MatCreateSubMatrices_ConstantDiagonal(Mat A, PetscInt n, const IS irow[], con… in MatCreateSubMatrices_ConstantDiagonal()
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1069 PetscCount rstart, nz, i, j, k, m, jj, irow, countA, countB; in MatConvertToTriples_mpisbaij_mpisbaij() local
1175 PetscCount rstart, cstart, nz, i, j, jj, irow, countA, countB; in MatConvertToTriples_mpiaij_mpiaij() local
1253 PetscCount nz, i, j, k, n, jj, irow, countA, countB, idx; in MatConvertToTriples_mpibaij_mpiaij() local
1317 PetscCount rstart, nz, nza, nzb, i, j, jj, irow, countA, countB; in MatConvertToTriples_mpiaij_mpisbaij() local
/petsc/src/mat/impls/htool/
H A Dhtool.cxx158 static PetscErrorCode MatCreateSubMatrices_Htool(Mat A, PetscInt n, const IS irow[], const IS icol[… in MatCreateSubMatrices_Htool()
/petsc/src/mat/interface/
H A Dmatrix.c2214 PetscErrorCode MatGetValuesLocal(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt ncol, cons… in MatGetValuesLocal()
2455 PetscErrorCode MatSetValuesLocal(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt ncol, cons… in MatSetValuesLocal()
2544 PetscErrorCode MatSetValuesBlockedLocal(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt nco… in MatSetValuesBlockedLocal()
7258 PetscErrorCode MatCreateSubMatrices(Mat mat, PetscInt n, const IS irow[], const IS icol[], MatReuse… in MatCreateSubMatrices()
7319 PetscErrorCode MatCreateSubMatricesMPI(Mat mat, PetscInt n, const IS irow[], const IS icol[], MatRe… in MatCreateSubMatricesMPI()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij2.c111 const PetscInt *irow, *icol; in MatCreateSubMatrix_SeqSBAIJ_Private() local
275 PetscErrorCode MatCreateSubMatrices_SeqSBAIJ(Mat A, PetscInt n, const IS irow[], const IS icol[], M… in MatCreateSubMatrices_SeqSBAIJ()
/petsc/include/
H A Dpetscmat.h873 … static inline PetscErrorCode MatGetSubMatrices(Mat mat, PetscInt n, const IS irow[], const IS ico… in MatGetSubMatrices()
878 …atic inline PetscErrorCode MatGetSubMatricesMPI(Mat mat, PetscInt n, const IS irow[], const IS ico… in MatGetSubMatricesMPI()
/petsc/src/mat/impls/baij/mpi/
H A Dbaijov.c618 const PetscInt **icol, **irow; local
/petsc/src/mat/impls/maij/
H A Dmaij.c995 static PetscErrorCode MatCreateSubMatrices_MAIJ(Mat mat, PetscInt n, const IS irow[], const IS icol… in MatCreateSubMatrices_MAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c1220 const PetscInt *icol, *irow; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local
2039 const PetscInt **icol, **irow; in MatCreateSubMatrices_MPIAIJ_Local() local

12