Re: [petsc-users] SLEPc solve: progress info and abort option

2022-03-04 Thread Jose E. Roman
Yes, assuming that the eigensolver is calling KSPSolve(), you can set a monitor with KSPMonitorSet(). This will be called more often than the callback for EPSSetStoppingTestFunction(). Jose > El 4 mar 2022, a las 20:16, Matthew Knepley escribió: > > > On Fri, Mar 4, 2022 at 2:07 PM Varun

Re: [petsc-users] SLEPc solve: progress info and abort option

2022-03-04 Thread Matthew Knepley
On Fri, Mar 4, 2022 at 2:07 PM Varun Hiremath wrote: > Hi All, > > We use SLEPc to compute eigenvalues of big problems which typically takes > a long time. We want to add a progress bar to inform the user of the > estimated time remaining to finish the computation. In addition, we also > want to

[petsc-users] SLEPc solve: progress info and abort option

2022-03-04 Thread Varun Hiremath
Hi All, We use SLEPc to compute eigenvalues of big problems which typically takes a long time. We want to add a progress bar to inform the user of the estimated time remaining to finish the computation. In addition, we also want to add an option for the user to abort the computation midway if

[petsc-users] petsc-3.16.5 now available

2022-03-04 Thread Satish Balay via petsc-users
Dear PETSc users, The patch release petsc-3.16.5 is now available for download. https://petsc.org/release/download/ Satish