Home
last modified time | relevance | path

Searched refs:MatMPIAIJGetLocalMat (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx229 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 Dmpimatmatmult.c128 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 Dmpiptap.c130 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 Dmpiaij.c116 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 Dpastix.c76 if (ismpiaij || ismpisbaij) PetscCall(MatMPIAIJGetLocalMat(A_aij, MAT_INITIAL_MATRIX, &A_loc)); in MatConvertToSPM()
/petsc/doc/changes/
H A D32.md154 MatMPIAIJGetLocalMat() and MatMPIAIJGetLocalMatCondensed()
/petsc/src/mat/impls/aij/mpi/strumpack/
H A Dstrumpack.c947 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &Aloc)); in MatLUFactorNumeric_STRUMPACK()
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c461 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &Aloc)); in MatLUFactorNumeric_SuperLU_DIST()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c441 PetscCall(MatMPIAIJGetLocalMat(CSR, MAT_INITIAL_MATRIX, &conn)); in DMPlexCreatePartitionerGraph_ViaMat()
/petsc/include/
H A Dpetscmat.h897 PETSC_EXTERN PetscErrorCode MatMPIAIJGetLocalMat(Mat, MatReuse, Mat *);
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c1405 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &C)); in MatConvert_MPIAIJ_MPIDense()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c9825 PetscCall(MatMPIAIJGetLocalMat(A, MAT_INITIAL_MATRIX, &A_loc)); in MatAIJExtractRows()