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
2555 590d 09h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2394 724d 06h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Fix format specifiers for quad precision
2320 751d 04h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Change ifdef/ifndef directives to if defined
2316 751d 08h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Remove tab characters
2302 767d 08h 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 790d 06h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Sync with petsc-dev: PETSC_MAX_REAL
2279 790d 06h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Sync with petsc-dev: PETSC_MAX and MatNullspaceDestroy
2268 804d 10h 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 836d 03h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c Adapted Davidson solvers to support several calls to EPSSolve
2223 945d 04h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Fix __FUNCT__ macro in many places
2216 946d 02h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 946d 03h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2177 986d 05h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Merge from release
2139 1014d 10h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Fix some warnings
2116 1020d 00h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c Updated the copyright
2110 1020d 04h jroman /trunk/src/eps/impls/davidson/common/dvd_updatev.c Add missing comment at the beginning of new files
2047 1025d 14h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c - bug fixed: error when track all was enabled and mpd was smaller than ncv
2039 1028d 11h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c - Improved EPSSortDenseSchurGeneralized in order to sort up to some number of eigenpairs
- Davidson methods sort the projected Schur problem partially, instead of entirely
2037 1028d 22h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c - Davidon solvers support computing the residual associated to all eigenvalues in the searching subspace
2034 1032d 03h eromero /trunk/src/eps/impls/davidson/common/dvd_updatev.c - After EPSSolve_DAVIDSON the converged Schur decomposition is obtained, instead of putting off it until computing the associated eigenvectors in EPSComputeEigenvectors_QZ
- Bug fixed: eigenvectors pX and pY have been correctly orthogonalized already in functions dvd_improvex_jd_proj_uv_*
- Bug partially fixed: error lower than eps_tol observed in converged eigenpairs when the harmonic transformation changes the sign of the conjugate eigenpairs imaginary part

Show All