[petsc-users] MatPtAP for involving MPIDENSE and MPIAIJ matrices

Jed Brown jed at jedbrown.org
Thu Oct 15 13:49:42 CDT 2015


Matthew Knepley <knepley at gmail.com> writes:
> I do not understand "unrelated". My understanding was that TAIJ could be
> used (with T = I)
> to get the action of A on a set of vectors, which I think would be A P. Why
> specifically would
> you not use it?

MAIJ is enough for that; it would involve packing P into a Vec, but
Bikash might as well use MatMatMult to perform the same operation in a
more direct way (MatMatMult_MPIAIJ_MPIDense exists).  The problem is
that MatTransposeMatMult_MPIDense_MPIDense needs to be implemented.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20151015/86c6c000/attachment.pgp>


More information about the petsc-users mailing list