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
2215 947d 16h jroman /trunk/src/eps/impls/davidson/common/davidson.c Synchronize with petsc-dev: remove underscores from viewer typenames
2214 947d 16h jroman /trunk/src/eps/impls/davidson/common/davidson.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2213 947d 17h jroman /trunk/src/eps/impls/davidson/common/davidson.c Synchronize with petsc-dev: rename Cookie to ClassId
2206 965d 19h eromero /trunk/src/eps/impls/davidson/common/davidson.c Removed the profiler from the jd and gd
Moved petsc events from dvd_blas to slepcinit
2188 980d 19h eromero /trunk/src/eps/impls/davidson/common/davidson.c Bug fixed about the user initial vectors in gd and jd solvers
2177 987d 18h jroman /trunk/src/eps/impls/davidson/common/davidson.c Merge from release
2116 1021d 13h eromero /trunk/src/eps/impls/davidson/common/davidson.c Updated the copyright
2110 1021d 17h jroman /trunk/src/eps/impls/davidson/common/davidson.c Add missing comment at the beginning of new files
2104 1021d 19h eromero /trunk/src/eps/impls/davidson/common/davidson.c When searching for largest eigenvalues and st precond is used, the default shift is set to inf
2058 1026d 02h jroman /trunk/src/eps/impls/davidson/common/davidson.c - Remove ResidualConverged which is now done with -eps_true_residual
- Fix missing character that broke AbsoluteConverged
2042 1029d 00h eromero /trunk/src/eps/impls/davidson/common/davidson.c - Added to davidson solvers the support to trackall
2037 1030d 11h eromero /trunk/src/eps/impls/davidson/common/davidson.c - Davidon solvers support computing the residual associated to all eigenvalues in the searching subspace
2034 1033d 16h eromero /trunk/src/eps/impls/davidson/common/davidson.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
2027 1039d 02h jroman /trunk/src/eps/impls/davidson/common/davidson.c Store a random number generator context in all solvers so that random vectors are different from one call to the next
2023 1040d 17h eromero /trunk/src/eps/impls/davidson/common/davidson.c - Improved the performance of dvd_calcpairs_selectPairs_qz
- Added the mpd support to davidson solvers
- Improved the checking of the parameters for the davidson solvers
2022 1040d 20h eromero /trunk/src/eps/impls/davidson/common/davidson.c - Bug fixed at function dvd_compute_eigenvector
2021 1042d 10h eromero /trunk/src/eps/impls/davidson/common/davidson.c - Removed checknullspace from STPrecond
- Postponed the default type of st->ksp->pc until the setfromoptions or setup in STPrecond
- CHKERRQified a lot of code
- bug fixed (although unimportant): enforced ldpX and ldpY to d->size_H in dvd_updateV_conv_gen and dvd_updateV_restart_gen
- bug fixed: davidson solvers modified eps->ispositive bothering SVD
- Added mpd and the left vectors checkings to davidson solvers
2020 1042d 18h eromero /trunk/src/eps/impls/davidson/common/davidson.c - Changed STPrecondSetMatForKSP to STPrecondSetKSPHasMat
2017 1042d 20h eromero /trunk/src/eps/impls/davidson/common/davidson.c - bug fixed: uninitialized eps->data->pc in davidson solvers
2015 1043d 01h eromero /trunk/src/eps/impls/davidson/common/davidson.c - The pc extracted from st->ksp in EPSSetUp_DAVIDSON is reset later

Show All