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
2730 426d 21h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Avoid use of PETSC_COMM_WORLD; add error checking in PetscInfo calls
2689 555d 12h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c In Davidson solvers, the convergence test with the eigenvalue residual is activated with the EPS true residual option.
2680 556d 14h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Add configure tests for newly added BlasLapack functions
2677 556d 15h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Fix compile problem in complex
2672 557d 06h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.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.
2650 569d 17h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.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.
2649 570d 17h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Remove warning in complex
2624 575d 13h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c Fixed more bugs in davidson solvers related with keeping converged vectors in the projector and in the projected problem.
2605 576d 20h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.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 585d 14h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c Updated Copyright year.
2555 596d 16h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2394 730d 14h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Fix format specifiers for quad precision
2320 757d 12h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Change ifdef/ifndef directives to if defined
2316 757d 15h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Remove tab characters
2302 773d 15h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c Use the matrix provided by STPrecondSetMatForPC, automatically.
Bug fixed at dvd_updateV_start.
Bug fixed at VecNorm_Comp.
2280 796d 13h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Sync with petsc-dev: PETSC_MAX_REAL
2279 796d 14h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Sync with petsc-dev: PETSC_MAX and MatNullspaceDestroy
2268 810d 18h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c In gd and jd, the KSPSetUp will be called in EPSSolve.
Uninitialised value fixed in gd and jd solvers.
2244 842d 11h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c Adapted Davidson solvers to support several calls to EPSSolve
2223 951d 11h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Fix __FUNCT__ macro in many places

Show All