<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<span id="mailbox-conversation"><div>If I have some inner matrix upon which I want the eigensolver context to check orthogonality and norm, how do I set that?</div>
<div><br></div>
<div>Is it:</div>
<div><br></div>
<div>
<div>    BV bv;</div>
<div>    EPSGetBV( e, &bv );</div>
<div id="mb-reply">    BVSetMatrix( bv, InnerProductMatrix, PETSC_FALSE );</div>
<div id="mb-reply"><br></div>
<div id="mb-reply">This doesn’t appear to be changing the norm that is being used.  Is the norm used for the eigensolver context when normalizing the eigenvectors always just the 2norm?</div>
<div id="mb-reply"><br></div>
<div id="mb-reply">-Andrew</div>
</div></span><div class="mailbox_signature"><br></div>
</body></html>