Home
last modified time | relevance | path

Searched refs:MatMPIAIJGetLocalMatCondensed (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D32.md154 MatMPIAIJGetLocalMat() and MatMPIAIJGetLocalMatCondensed()
/petsc/include/
H A Dpetscmat.h899 PETSC_EXTERN PetscErrorCode MatMPIAIJGetLocalMatCondensed(Mat, MatReuse, IS *, IS *, Mat *);
/petsc/src/mat/impls/is/
H A Dmatis.c554 PetscCall(MatMPIAIJGetLocalMatCondensed(A2, MAT_INITIAL_MATRIX, &is, NULL, &A3)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5362 PetscErrorCode MatMPIAIJGetLocalMatCondensed(Mat A, MatReuse scall, IS *row, IS *col, Mat *A_loc) in MatMPIAIJGetLocalMatCondensed() function