Re: [petsc-users] Krylov-Schur Tolerance

2017-02-20 Thread Christopher Pierce
and it doesn't seem to use a linear solver which is likely why it showed better performance. Do you have any suggestions for dealing with problems like this? Chris On 02/19/17 12:24, Jose E. Roman wrote: >> El 19 feb 2017, a las 11:00, Christopher Pierce <cmpie...@wpi.edu&

Re: [petsc-users] Krylov-Schur Tolerance

2017-02-19 Thread Christopher Pierce
A-sigma*B; this may make a difference. Also, in any case, if > experiencing convergence problems I would suggest using MUMPS (see section > 3.4.1 of SLEPc's users manual). > > Jose > > > >> El 17 feb 2017, a las 10:25, Christopher Pierce <cmpie...@wpi.edu> escribió:

Re: [petsc-users] Krylov-Schur Tolerance

2017-02-22 Thread Christopher Pierce
, Jose E. Roman wrote: >> El 20 feb 2017, a las 11:33, Jose E. Roman <jro...@dsic.upv.es> escribió: >> >> >>> El 20 feb 2017, a las 11:01, Christopher Pierce <cmpie...@wpi.edu> escribió: >>> >>> It seems to give the same results. I expo

[petsc-users] Krylov-Schur Tolerance

2017-02-17 Thread Christopher Pierce
Hello All, I'm trying to use the SLEPc Krylov-Schur implementation to solve a general eigenvalue problem. I have a monitor on my solver and the solutions appear to converge correctly when using the approximation for the residual norm in the algorithm. However, when the solutions are displayed

Re: [petsc-users] SLEPc: Convergence Problems

2016-10-18 Thread Christopher Pierce
t; > Regards > Julian > > On Mon, Oct 17, 2016 at 5:30 PM, Christopher Pierce <cmpie...@wpi.edu> wrote: >> I've implemented my application using MatGetSubMatrix and the solvers >> appear to be converging correctly now, just slowly. I assume that this >>

[petsc-users] SLEPc: Convergence Problems

2016-10-13 Thread Christopher Pierce
Hello All, As there isn't a SLEPc specific list, it was recommended that I bring my question here. I am using SLEPc to solve a generalized eigenvalue problem generated as part of the Finite Element Method, but am having difficulty getting the diagonalizer to converge. I am worried that the

Re: [petsc-users] SLEPc: Convergence Problems

2016-10-13 Thread Christopher Pierce
f > interest to compute the eigenvalues from. > > > Barry > >> On Oct 13, 2016, at 5:48 PM, Christopher Pierce <cmpie...@wpi.edu> wrote: >> >> Hello All, >> >> As there isn't a SLEPc specific list, it was recommended that I bring my >> question here.

Re: [petsc-users] SLEPc: Convergence Problems

2016-10-17 Thread Christopher Pierce
problems with it. Thanks, Chris On 10/14/16 01:43, Christopher Pierce wrote: > Thank You, > > That looks like what I need to do if the highly degenerate eigenpairs > are my problem. I'll try that out this week and see if that helps. > > Chris > > > > > On