#include "petscmat.h" #include "petscmat.h" PetscErrorCode MatMPISELLGetLocalMatCondensed(Mat A,MatReuse scall,IS *row,IS *col,Mat *A_loc)Not Collective
A | - the matrix | |
scall | - either MAT_INITIAL_MATRIX or MAT_REUSE_MATRIX | |
row, col | - index sets of rows and columns to extract (or NULL) |
A_loc | - the local sequential matrix generated |