20 Feb
2012
20 Feb
'12
8:09 p.m.
Dear Jed, I am taking a look at ex15 ( http://www.mcs.anl.gov/petsc/petsc-current/src/mat/examples/tutorials/ex15.c... ). I am very confused with this. In Section 3.5 Partitioning of the manual, one special Mat, that is 'adj', need to be established. However, in ex15, the common matrix is created. Does the matrix automatically contain the connection information? Thanks a lot, Yujie On Mon, Feb 20, 2012 at 4:45 PM, Jed Brown <[email protected]> wrote:
On Mon, Feb 20, 2012 at 16:45, Recrusader <[email protected]> wrote:
It is not only redistribute the matrix. I want to get the reorder information and use matpermute to reorder the matrix.
MatConvert().
ISPartitioningToNumbering() might also be useful for you.