Re: [petsc-users] EPSViewer in SLEPc

2017-04-07 Thread Kong, Fande
Thanks, Jose Fande, On Fri, Apr 7, 2017 at 4:41 AM, Jose E. Roman wrote: > I have pushed a commit that should avoid this problem. > Jose > > > El 6 abr 2017, a las 22:27, Kong, Fande escribió: > > > > Hi All, > > > > The EPSViewer in SLEPc looks weird.

Re: [petsc-users] EPSViewer in SLEPc

2017-04-07 Thread Jose E. Roman
I have pushed a commit that should avoid this problem. Jose > El 6 abr 2017, a las 22:27, Kong, Fande escribió: > > Hi All, > > The EPSViewer in SLEPc looks weird. I do not understand the viewer logic. For > example there is a piece of code in SLEPc (at line 225 of

[petsc-users] EPSViewer in SLEPc

2017-04-06 Thread Kong, Fande
Hi All, The EPSViewer in SLEPc looks weird. I do not understand the viewer logic. For example there is a piece of code in SLEPc (at line 225 of epsview.c): *if (!ispower) { if (!eps->ds) { ierr = EPSGetDS(eps,>ds);CHKERRQ(ierr); } ierr = DSView(eps->ds,viewer);CHKERRQ(ierr);