#include "petscmat.h" PetscErrorCode MatRestoreLocalSubMatrix(Mat mat,IS isrow,IS iscol,Mat *submat)Not Collective
| mat | - matrix to extract local submatrix from | |
| isrow | - local row indices for submatrix | |
| iscol | - local column indices for submatrix | |
| submat | - the submatrix |