Home
last modified time | relevance | path

Searched defs:ncol (Results 1 – 12 of 12) sorted by relevance

/petsc/src/mat/impls/localref/ !
H A Dmlocalref.c12 #define IndexSpaceGet(buf, nrow, ncol, irowm, icolm) \ argument
22 #define IndexSpaceRestore(buf, nrow, ncol, irowm, icolm) \ argument
35 …ckedLocal_LocalRef_Block(Mat A, PetscInt nrow, const PetscInt irow[], PetscInt ncol, const PetscIn… in MatSetValuesBlockedLocal_LocalRef_Block()
50 …kedLocal_LocalRef_Scalar(Mat A, PetscInt nrow, const PetscInt irow[], PetscInt ncol, const PetscIn… in MatSetValuesBlockedLocal_LocalRef_Scalar()
67 …uesLocal_LocalRef_Scalar(Mat A, PetscInt nrow, const PetscInt irow[], PetscInt ncol, const PetscIn… in MatSetValuesLocal_LocalRef_Scalar()
/petsc/src/mat/graphops/color/utils/ !
H A Dbipartite.c9 PetscInt ncol; in MatColoringCreateBipartiteGraph() local
/petsc/src/mat/graphops/order/ !
H A Dwbm.c37 PetscInt *perm, nrow, ncol, nnz, liw, *iw, ldw; in MatGetOrdering_WBM() local
/petsc/src/ksp/pc/impls/tfs/ !
H A Dtfs.c84 PetscInt *localtoglobal, ncol, i; in PCSetUp_TFS() local
/petsc/src/dm/impls/da/hypre/ !
H A Dmhyp.c25 …esLocal_HYPREStruct_3d(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt ncol, const PetscIn… in MatSetValuesLocal_HYPREStruct_3d()
339 …sLocal_HYPRESStruct_3d(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt ncol, const PetscIn… in MatSetValuesLocal_HYPRESStruct_3d()
/petsc/src/mat/impls/aij/mpi/ !
H A Dmpiov.c1221 PetscInt nrow, ncol, start; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local
1746 PetscInt ncol = 0; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local
1769 PetscInt ncol = 0; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local
1921 PetscInt ncol; in MatCreateSubMatrices_MPIAIJ_SingleIS() local
1939 PetscInt nmax, nstages = 0, max_no, nrow, ncol, in[2], out[2]; in MatCreateSubMatrices_MPIAIJ() local
2040 PetscInt *nrow, *ncol, start; in MatCreateSubMatrices_MPIAIJ_Local() local
H A Dmpiaij.c1888 …rmap->N, N = A->cmap->N, ma, na, mb, nb, row, *cols, *cols_tmp, *B_diag_ilen, i, ncol, A_diag_ncol; in MatTranspose_MPIAIJ() local
5424 PetscInt plocalsize, nrows, *ilocal, *oilocal, i, lidx, *nrcols, *nlcols, ncol; in MatCreateSeqSubMatrixWithRows_Private() local
/petsc/include/petsc/private/kernels/ !
H A Dblockinvert.h364 …#define PetscKernel_w_gets_w_plus_Ar_times_v(bs, ncol, v, A, w) msgemvp_(&(bs), &(ncol), (A… argument
/petsc/src/mat/impls/dense/mpi/ !
H A Dmmdense.c58 PetscInt *nrow, *ncol, *w1, *w3, *w4, start, inrqr; in MatCreateSubMatrices_MPIDense_Local() local
/petsc/src/mat/impls/baij/mpi/ !
H A Dbaijov.c619 PetscInt *nrow, *ncol, start; local
/petsc/src/mat/impls/is/ !
H A Dmatis.c19 #define IndexSpaceGet(buf, nrow, ncol, irowm, icolm) \ argument
29 #define IndexSpaceRestore(buf, nrow, ncol, irowm, icolm) \ argument
/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 …tSetValuesBlockedLocal(Mat mat, PetscInt nrow, const PetscInt irow[], PetscInt ncol, const PetscIn… in MatSetValuesBlockedLocal()