Home
last modified time | relevance | path

Searched refs:MatGetLayouts (Results 1 – 24 of 24) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex76f.F9053 PetscCallA(MatGetLayouts(Y, map, PETSC_NULL_LAYOUT, ierr))
H A Dex76.c52 PetscCall(MatGetLayouts(X, &map, NULL)); in main()
260 PetscCall(MatGetLayouts(X, &map, NULL)); in main()
H A Dex87.c236 PetscCall(MatGetLayouts(tmp[0], &map, NULL)); in MatAndISLoad()
/petsc/src/mat/graphops/color/impls/jp/
H A Djp.c67 PetscCall(MatGetLayouts(G, &layout, NULL)); in MCJPGreatestWeight_Private()
309 PetscCall(MatGetLayouts(G, &layout, NULL)); in MCJPMinColor_Private()
/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c82 PetscCall(MatGetLayouts(m, &layout, NULL)); in GreedyColoringLocalDistanceOne_Private()
242 PetscCall(MatGetLayouts(m, &layout, NULL)); in GreedyColoringLocalDistanceTwo_Private()
/petsc/src/mat/graphops/coarsen/impls/mis/
H A Dmis.c64 PetscCall(MatGetLayouts(Gmat, &layout, NULL)); in MatCoarsenApply_MIS_private()
/petsc/src/mat/tests/
H A Dex123.c45 PetscCall(MatGetLayouts(A, &rmap, &cmap)); in main()
H A Dex23.c544 PetscCall(MatGetLayouts(A, &rlayout, &clayout)); in main()
/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex1.c326 PetscCall(MatGetLayouts(B, &rmap, &cmap)); in TestUpdate()
535 PetscCall(MatGetLayouts(B, &rmap, &cmap)); in main()
/petsc/src/mat/graphops/coarsen/impls/misk/
H A Dmisk.c101 PetscCall(MatGetLayouts(cMat, &layout, NULL)); in MatCoarsenApply_MISK_private()
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c217 PetscCall(MatGetLayouts(A, NULL, &clayout)); in PCGAMGProlongator_Classical_Direct()
581 PetscCall(MatGetLayouts(A, NULL, &clayout)); in PCGAMGProlongator_Classical_Standard()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c256 PetscCall(MatGetLayouts(adj, &rmap, NULL)); in MatPartitioningHierarchical_ReassembleFineparts()
/petsc/src/ksp/ksp/guess/impls/fischer/
H A Dfischer.c30 if (guess->A) PetscCall(MatGetLayouts(guess->A, &Alay, NULL)); in KSPGuessReset_Fischer()
/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c54 if (guess->A) PetscCall(MatGetLayouts(guess->A, &Alay, NULL)); in KSPGuessReset_POD()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c419 PetscCall(MatGetLayouts(mat, &rmap, &cmap)); in MatHYPRE_CreateCOOMat()
1819 PetscCall(MatGetLayouts(T, NULL, &map));
1826 PetscCall(MatGetLayouts(T, &map, NULL));
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c26 PetscCall(MatGetLayouts(adj, &rmap, NULL)); in MatCreateSubMatrix_MPIAdj_data()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiov.c105 PetscCall(MatGetLayouts(mat, &rmap, NULL)); in MatIncreaseOverlap_MPIAIJ_Once_Scalable()
303 PetscCall(MatGetLayouts(mat, &rmap, &cmap)); in MatIncreaseOverlap_MPIAIJ_Send_Scalable()
423 PetscCall(MatGetLayouts(mat, &rmap, &cmap)); in MatIncreaseOverlap_MPIAIJ_Local_Scalable()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c67 PetscCall(MatGetLayouts(B, &rmap, &cmap)); in MatLMVMCreateJ0()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c194 PetscCall(MatGetLayouts(fetidpmat_ctx->C, NULL, &llay)); in PCBDDCSetupFETIDPMatContext()
/petsc/include/
H A Dpetscmat.h928 PETSC_EXTERN PetscErrorCode MatGetLayouts(Mat, PetscLayout *, PetscLayout *);
/petsc/src/dm/impls/plex/
H A Dplextree.c2502 PetscCall(MatGetLayouts(mat, &rowMap, &colMap)); in DMPlexComputeInterpolatorTree()
3554 PetscCall(MatGetLayouts(mat, &rowMap, &colMap)); in DMPlexComputeInjectorTree()
/petsc/doc/manual/
H A Dmat.md212 …ctor has one layout, which can be obtained with `VecGetLayout()` and `MatGetLayouts()`. Layouts su…
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1628 PetscCall(MatGetLayouts(sub, NULL, &cmap)); in MatConvertToTriples_nest_xaij()
/petsc/src/mat/interface/
H A Dmatrix.c2400 PetscErrorCode MatGetLayouts(Mat A, PetscLayout *rmap, PetscLayout *cmap) in MatGetLayouts() function