<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 29, 2010, at 12:59 PM, Matthew Knepley wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Tue, Jun 29, 2010 at 12:58 PM, Jed Brown <span dir="ltr">&lt;<a href="mailto:jed@59a2.org">jed@59a2.org</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, 29 Jun 2010 12:43:36 -0500, Matthew Knepley &lt;<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>&gt; wrote:<br>
&gt; 3) What you really want is to make MatScalar to be float. Then use<br>
&gt; &nbsp; &nbsp; doubles for the residual calculation.<br>
<br>
</div>I have no idea what Luke's usage is, but MatScalar != PetscScalar is not<br>
currently supported.<br>
<br>
 &nbsp;<a href="http://lists.mcs.anl.gov/pipermail/petsc-dev/2009-June/001417.html" target="_blank">http://lists.mcs.anl.gov/pipermail/petsc-dev/2009-June/001417.html</a><br>
<br>
I'm intrigued by it because my matrices are only for preconditioning<br>
purposes, but haven't caught the bug to try fixing it since the above<br>
thread.</blockquote><div><br></div><div>If someone really needs it, I will fix it.</div></div></blockquote><div><br></div>&nbsp;&nbsp; It is a major mother to fix. Unless we can come up with a new clever paradigm it will be a big mess of ugly nasty code to "fix". The problem is that in many places in the code, values in the arrays of the matrices are passed as values through PETSc functions (which are all prototyped as PetscScalar) so at each passage one must be write code to convert from double to single pass in then free the copy.</div><div><br></div><div>&nbsp;&nbsp; Barry</div><div><br></div><div><br><blockquote type="cite"><div class="gmail_quote"><div><br></div><div>&nbsp;&nbsp; Matt</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888"><br>
Jed<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>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<br>

</blockquote></div><br></body></html>