Re: [petsc-users] EPSMonitorSet

2020-08-31 Thread Fande Kong
Oh, cool. Thanks, Jose, I will try that. Fande, On Mon, Aug 31, 2020 at 11:11 AM Jose E. Roman wrote: > Call EPSMonitorCancel() before EPSMonitorSet(). > Jose > > > > El 31 ago 2020, a las 18:33, Fande Kong escribió: > > > > Hi All, > > > > There is a statement on API EPSMonitorSet: > > > >

Re: [petsc-users] EPSMonitorSet

2020-08-31 Thread Jose E. Roman
Call EPSMonitorCancel() before EPSMonitorSet(). Jose > El 31 ago 2020, a las 18:33, Fande Kong escribió: > > Hi All, > > There is a statement on API EPSMonitorSet: > > "Sets an ADDITIONAL function to be called at every iteration to monitor the > error estimates for each requested eigenpair."

[petsc-users] EPSMonitorSet

2020-08-31 Thread Fande Kong
Hi All, There is a statement on API EPSMonitorSet: "Sets an ADDITIONAL function to be called at every iteration to monitor the error estimates for each requested eigenpair." I was wondering how to replace SLEPc EPS monitors instead of adding one? I want to use my monitor only. Thanks, Fande,