#undef __FUNCT__ #define __FUNCT__ "MatIJSetEdges" PetscErrorCode MatIJSetEdges(Mat A, PetscInt len, const PetscInt *ixidx, const PetscInt *iyidx)Not collective
A | - pseudograph | |
len | - length of vertex arrays | |
ixidx | - list of outgoing vertices | |
iyidx | - 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. |