petsc-3.3-p7 2013-05-11

MatIJSetMultivalued

indicates whether the underlying pseudograph is a multivalued or not (a graph).

Synopsis

#undef  __FUNCT__
#define __FUNCT__ "MatIJSetMultivalued"
PetscErrorCode MatIJSetMultivalued(Mat A, PetscBool multivalued) 
Not collective.

Input arguments

A - pseudograph
multivalued - whether the matrix encodes a multivalued (pseudo)graph.

See Also

MatIJGetMultivalued(), MatIJSetEdges(), MatIJGetEdges(), MatIJGetSupport(), MatIJGetImage()

Level:advanced
Location:
src/mat/impls/ij/matij.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages