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

Reply via email to