[petsc-users] Operations available for different types?

Barry Smith bsmith at mcs.anl.gov
Tue Aug 26 17:13:52 CDT 2014


On Aug 26, 2014, at 12:58 PM, murat keçeli <keceli at gmail.com> wrote:

> Hi,
> 
> I tried to use MatGetRowMinAbs and found that it's not available for seqsbaij type.

   Since sbaij only stores the above diagonal half of the matrix getting the row mins is more complicated and would require communication. Hence we have not implemented. What do you want it for?

   barry

> Docs say "This code is only implemented for a couple of matrix formats" but doesn't tell which ones. What is the best way to find out which operations are available for certain types?
> 
> Thank you,
> Murat Keceli



More information about the petsc-users mailing list