I don't think there is a way already implemented. The code for this class can
be found here:
https://github.com/dealii/dealii/blob/master/source/lac/slepc_solver.cc
in the SolverBase::solve() function. The key function invokation is EPSSolve()
-- that's where all of your time is spent. The question is whether this
function (from the SLEPc library) allows attaching a callback that provides
information about progress.
If you could check this in the documentation of the SLEPc library, we'd be
happy to work with you on integrating this possibility into deal.II.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/