#undef __FUNCT__ #define __FUNCT__ "MatIJGetRowSizes" PetscErrorCode MatIJGetRowSizes(Mat A, MatIJIndexType intype, PetscInt len, const PetscInt *inidxi, PetscInt **sizes)Not collective
A | - pseudograph | |
intype | - (MATIJ_LOCAL | MATIJ_GLOBAL) meaning of inidxi: local support numbers or global indices | |
len | - the length of the index list, or PETSC_DETERMINE to indicate all of the locally supported indices | |
inidxi | - array (of length len) of global indices whose image sizes are sought; ignored if len == PETSC_DETERMINE, which is equivalent to using all of the supported indices. |
This operation fails for a nonassembled matrix. | - . If len is PETSC_DEFAULT, inidxi must be PETSC_DEFAULT, and vice versa. | |
The caller is responsible for freeing sizes. | - |
Level:intermediate
Location:src/mat/impls/ij/matij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages