petsc-3.15.0 2021-03-30
MatGetOwnershipIS
Get row and column ownership as index sets
Synopsis
#include "petscmat.h"
PetscErrorCode MatGetOwnershipIS(Mat A,IS *rows,IS *cols)
Not Collective
Input Arguments
| A | - matrix of type Elemental or ScaLAPACK
|
Output Arguments
| rows | - rows in which this process owns elements
|
| cols | - columns in which this process owns elements
|
See Also
MatGetOwnershipRange(), MatGetOwnershipRangeColumn(), MatSetValues(), MATELEMENTAL
Level
intermediate
Location
src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages