#undef __FUNCT__ #define __FUNCT__ "MatIJSetEdgesIS" PetscErrorCode MatIJSetEdgesIS(Mat A, IS ix, IS iy)Not collective
A | - pseudograph | |
ix | - list of outgoing vertices | |
iy | - list of incoming vertices |
This will cause the matrix to be be put in an unassembled state. | - . Edges are assembled during MatAssembly -- moved to the processor owning the outgoing vertex. | |
Communicators of the IS objects must match that of MatIJ. | - |
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