<div id="_htmlarea_default_style_" style="font:10pt arial,helvetica,sans-serif">Jose, thank you. I will use a custom monitor.<br><br>Alex<br><br>On
Thu, 6 Nov 2014 18:23:58 +0100<br> "Jose E. Roman" <jroman@dsic.upv.es> wrote:<br>> <br>> El 06/11/2014, a las 17:48, Alexander
Grayver escribió:<br>> <br>>> Dear all,<br>>> <br>>> I'm wondering if there is a way in SLEPc to get <br>>>different
convergence metrics for EPS/SVD.<br>>> In particular, I was thinking about plotting "# <br>>>matrix-vector products" versus "# converged
eigenpairs". <br>>>But how to get this information?<br>>> <br>>> I want to test different methods and what interests me
<br>>>is how many matrix-vector products each method requires <br>>>to get N eigen/singular pairs (this is because each
<br>>>matrix-vector product entails some costly computations in <br>>>my case). <br>>> <br>>> Thanks,<br>>>
Alexander<br>>> <br>> <br>> You could consider writing a custom EPS monitor with <br>>EPSMonitorSet. The monitor subroutine would
receive as an <br>>argument the number of eigenvalues converged so far. You <br>>would also need to query the event counts for the
<br>>"MatMult" event, but I am not sure if this can be done <br>>programmatically with the PetscLog* functions.<br>> <br>> Jose<br>>
<br><br></div>