Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message
2823 386d 08h jroman /trunk/src/eps/impls/davidson/common/dvd_improvex.c Sync with petsc-dev: rename PetscTypeCompare to PetscObjectTypeCompare
2762 403d 19h jroman /trunk/src/eps/impls/davidson/common/dvd_improvex.c No braces around SETERRQ
2750 410d 22h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Fixed bugs from change 2745.
Modified EPS test9 in order to pass JD.
Fixed the default KSP type when EPS is GD.
2745 411d 05h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Improved the support to more KSP types solving the JD correction equation.
2740 415d 02h jroman /trunk/src/eps/impls/davidson/common/dvd_improvex.c Use PetscFPTrapPush() to guard LAPACK calls that set floating point exceptions
2731 420d 07h jroman /trunk/src/eps/impls/davidson/common/dvd_improvex.c Add missing Lapack protections
2730 420d 08h jroman /trunk/src/eps/impls/davidson/common/dvd_improvex.c Avoid use of PETSC_COMM_WORLD; add error checking in PetscInfo calls
2689 548d 23h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c In Davidson solvers, the convergence test with the eigenvalue residual is activated with the EPS true residual option.
2675 550d 03h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Optimized VecsMultS when sU=0.
Optimized dvd_improvex_jd_proj_cuv when pwindow>0.
2672 550d 17h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Added a function to format generalized Schur decompositions in the LAPACK way.
Allowed GNHP to be solved without harmonic extraction in Davidson methods.
Considered the residual associated to the eigenpair, instead to the Schur pair, in the convergence criteria, for Davidson solvers.
Fixed bug: in some cases JD was not using the preconditioner.
2665 562d 04h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Fixed bug applying the preconditioner in GD.
2657 562d 18h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Fixed bug in harmonic extraction in Davidson solvers.
Rewrote KXX projector.
2651 563d 00h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Added alignment pointer check for pointers used in LAPACK and BLAS functions.
Fixed bug in extraction of pairs from the converged projected problem in Davidson solvers (QEP test1 and test2 work again!).
2650 563d 04h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Improved the performance of VecMult and VecMultS.
Improved the performance of dvd_compute_eigenvectors.
Fixed bugs in Davidson solvers when pwindow or qwindow are greater than 0.
Fixed alignment memory problem in dvd_managementV_basic.
Fixed bugs computing the projector for complex eigenpairs in real arithmetic.
Check constrains for qwindow and pwindow values in Davidson solvers.
Fix parameter set to 0 in GD.
Partially fixed QEP test1 and test2.
2631 568d 23h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Fixed warning compiling with c++.
2624 569d 00h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Fixed more bugs in davidson solvers related with keeping converged vectors in the projector and in the projected problem.
2614 569d 23h jroman /trunk/src/eps/impls/davidson/common/dvd_improvex.c Add manpage for VecCompCreate and friends
2608 570d 05h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Implemented the dynamic (newton) stopping criterion for the solution of the correction equation in JD.
2605 570d 07h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c mproved subspace management in Davidson solvers, reducing the total number of used vector.
Added experimental support to keep converged vectors in the projected problem and in the projector.
Fixed potencial bug in QEP and SVD object monitors that use an EPS monitor.
2575 579d 01h eromero /trunk/src/eps/impls/davidson/common/dvd_improvex.c Updated Copyright year.

Show All