Searched refs:MatMPIAIJGetLocalMatCondensed (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 32.md | 154 MatMPIAIJGetLocalMat() and MatMPIAIJGetLocalMatCondensed()
|
| /petsc/include/ |
| H A D | petscmat.h | 899 PETSC_EXTERN PetscErrorCode MatMPIAIJGetLocalMatCondensed(Mat, MatReuse, IS *, IS *, Mat *);
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 554 PetscCall(MatMPIAIJGetLocalMatCondensed(A2, MAT_INITIAL_MATRIX, &is, NULL, &A3)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 5362 PetscErrorCode MatMPIAIJGetLocalMatCondensed(Mat A, MatReuse scall, IS *row, IS *col, Mat *A_loc) in MatMPIAIJGetLocalMatCondensed() function
|