<div dir="ltr"><div dir="ltr">On Thu, Sep 24, 2020 at 6:48 AM Mark Adams <<a href="mailto:mfadams@lbl.gov">mfadams@lbl.gov</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><p><tt><br>Is there a way to avoid the explicit transposition of the
        matrix?</tt></p></div></blockquote><div><br></div><div>It does not look like we have A*B^T for mpiaij as the error message says. I am not finding it in the code.</div><div><br></div><div>Note, <span style="font-family:monospace">MatMatMult with a transpose shell matrix, I suspect that it does an explicit transpose internally, or it could notice that you have C^T*C and we might have that implemented in-place (I doubt it, but it would be legal and fine to do).</span></div></div></div></blockquote><div><br></div><div>We definitely have</div><div><br></div><div>  <a href="https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatPtAP.html">https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatPtAP.html</a></div><div><br></div><div>For now, you can put the identity in for A. It would be nice it we assumed that when A = NULL.</div><div><br></div><div>Patrick, the implementation strategy is broken for the MatProduct mechanism that was just introduced, so</div><div>we cannot see which things are implemented in the documentation. How would I go about fixing it?</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><p><tt>Many thanks,</tt><tt><br>
      </tt><tt>Olivier Jamond</tt><br>
    </p>
    <p><br>
    </p>
  </div>

</blockquote></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>