#undef __FUNCT__ #define __FUNCT__ "MatIJGetEdgesIS" PetscErrorCode MatIJGetEdgesIS(Mat A, IS *ix, IS *iy)Not collective
ix | - IS of outgoing vertices | |
iy | - IS of incoming vertices |
Both assembled and unassembled edges are returned. | - . For an assembled matrix the retrieved outgoing vertices are guaranteed to be locally-owned. | |
ix and iy will have the same communicator as MatIJ and will have the same length. | - |
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