Searched refs:MatMPIAIJGetLocalMat (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ksp/pc/impls/amgx/ ! |
| H A D | amgx.cxx | 229 PetscCall(MatMPIAIJGetLocalMat(Pmat, MAT_REUSE_MATRIX, &amgx->localA)); in PCSetUp_AMGX() 231 PetscCall(MatMPIAIJGetLocalMat(Pmat, MAT_INITIAL_MATRIX, &amgx->localA)); in PCSetUp_AMGX()
|
| /petsc/src/mat/impls/aij/mpi/ ! |
| H A D | mpimatmatmult.c | 128 PetscCall(MatMPIAIJGetLocalMat(P, MAT_REUSE_MATRIX, &ptap->P_loc)); in MatMatMultNumeric_MPIAIJ_MPIAIJ_nonscalable() 221 PetscCall(MatMPIAIJGetLocalMat(P, MAT_INITIAL_MATRIX, &ptap->P_loc)); in MatMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable() 693 PetscCall(MatMPIAIJGetLocalMat(P, MAT_REUSE_MATRIX, &ptap->P_loc)); in MatMatMultNumeric_MPIAIJ_MPIAIJ() 827 PetscCall(MatMPIAIJGetLocalMat(P, MAT_INITIAL_MATRIX, &ptap->P_loc)); in MatMatMultSymbolic_MPIAIJ_MPIAIJ() 1075 PetscCall(MatMPIAIJGetLocalMat(P, MAT_INITIAL_MATRIX, &ptap->P_loc)); in MatMatMultSymbolic_MPIAIJ_MPIAIJ_seqMPI() 1309 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &ptap->A_loc)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable() 1546 PetscCall(MatMPIAIJGetLocalMat(A, MAT_REUSE_MATRIX, &ptap->A_loc)); in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ_nonscalable() 1635 PetscCall(MatMPIAIJGetLocalMat(A, MAT_REUSE_MATRIX, &A_loc)); in MatTransposeMatMultNumeric_MPIAIJ_MPIAIJ() 1796 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &A_loc)); in MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ()
|
| H A D | mpiptap.c | 130 PetscCall(MatMPIAIJGetLocalMat(P, MAT_REUSE_MATRIX, &ptap->P_loc)); in MatPtAPNumeric_MPIAIJ_MPIAIJ_scalable() 267 PetscCall(MatMPIAIJGetLocalMat(P, MAT_INITIAL_MATRIX, &P_loc)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ_scalable() 1557 PetscCall(MatMPIAIJGetLocalMat(P, MAT_INITIAL_MATRIX, &ptap->P_loc)); in MatPtAPSymbolic_MPIAIJ_MPIAIJ() 1891 PetscCall(MatMPIAIJGetLocalMat(P, MAT_REUSE_MATRIX, &ptap->P_loc)); in MatPtAPNumeric_MPIAIJ_MPIAIJ()
|
| H A D | mpiaij.c | 116 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &B)); in MatGetRowIJ_MPIAIJ() 5084 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, A_loc)); in MatAIJGetLocalMat() 5120 PetscErrorCode MatMPIAIJGetLocalMat(Mat A, MatReuse scall, Mat *A_loc) in MatMPIAIJGetLocalMat() function
|
| /petsc/src/mat/impls/aij/mpi/pastix/ ! |
| H A D | pastix.c | 76 if (ismpiaij || ismpisbaij) PetscCall(MatMPIAIJGetLocalMat(A_aij, MAT_INITIAL_MATRIX, &A_loc)); in MatConvertToSPM()
|
| /petsc/doc/changes/ ! |
| H A D | 32.md | 154 MatMPIAIJGetLocalMat() and MatMPIAIJGetLocalMatCondensed()
|
| /petsc/src/mat/impls/aij/mpi/strumpack/ ! |
| H A D | strumpack.c | 947 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &Aloc)); in MatLUFactorNumeric_STRUMPACK()
|
| /petsc/src/mat/impls/aij/mpi/superlu_dist/ ! |
| H A D | superlu_dist.c | 461 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &Aloc)); in MatLUFactorNumeric_SuperLU_DIST()
|
| /petsc/src/dm/impls/plex/ ! |
| H A D | plexpartition.c | 441 PetscCall(MatMPIAIJGetLocalMat(CSR, MAT_INITIAL_MATRIX, &conn)); in DMPlexCreatePartitionerGraph_ViaMat()
|
| /petsc/include/ ! |
| H A D | petscmat.h | 897 PETSC_EXTERN PetscErrorCode MatMPIAIJGetLocalMat(Mat, MatReuse, Mat *);
|
| /petsc/src/mat/impls/dense/mpi/ ! |
| H A D | mpidense.c | 1405 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &C)); in MatConvert_MPIAIJ_MPIDense()
|
| /petsc/src/ksp/pc/impls/bddc/ ! |
| H A D | bddcprivate.c | 9825 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &A_loc)); in MatAIJExtractRows()
|