[petsc-users] SLEPc choosing inner product
Andrew Spott
ansp6066 at colorado.edu
Thu Feb 5 12:45:34 CST 2015
If I have some inner matrix upon which I want the eigensolver context to check orthogonality and norm, how do I set that?
Is it:
BV bv;
EPSGetBV( e, &bv );
BVSetMatrix( bv, InnerProductMatrix, PETSC_FALSE );
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?
-Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20150205/a6d3300b/attachment.html>
More information about the petsc-users
mailing list