#include "petscmat.h" PetscErrorCode MatGetOwnershipRangesColumn(Mat mat,const PetscInt **ranges)Not Collective, unless matrix has not been allocated, then collective on Mat
mat | - the matrix |
ranges | - start of each processors portion plus one more then the total length at the end |