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
2216 949d 22h jroman /trunk/src/eps/impls/davidson/common/davidson.h Synchronize with petsc-dev: change PetscTruth to PetscBool
2206 968d 02h eromero /trunk/src/eps/impls/davidson/common/davidson.h Removed the profiler from the jd and gd
Moved petsc events from dvd_blas to slepcinit
2188 983d 02h eromero /trunk/src/eps/impls/davidson/common/davidson.h Bug fixed about the user initial vectors in gd and jd solvers
2116 1023d 20h eromero /trunk/src/eps/impls/davidson/common/davidson.h Updated the copyright
2110 1024d 00h jroman /trunk/src/eps/impls/davidson/common/davidson.h Add missing comment at the beginning of new files
2047 1029d 10h eromero /trunk/src/eps/impls/davidson/common/davidson.h - bug fixed: error when track all was enabled and mpd was smaller than ncv
2037 1032d 18h eromero /trunk/src/eps/impls/davidson/common/davidson.h - Davidon solvers support computing the residual associated to all eigenvalues in the searching subspace
2034 1035d 23h eromero /trunk/src/eps/impls/davidson/common/davidson.h - 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
2023 1043d 00h eromero /trunk/src/eps/impls/davidson/common/davidson.h - 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
2021 1044d 17h eromero /trunk/src/eps/impls/davidson/common/davidson.h - 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
2018 1045d 02h eromero /trunk/src/eps/impls/davidson/common/davidson.h - Bug fixed: the eigenpairs convergence test and their locking (in the corresponding cases) were performed in different iterations
2015 1045d 08h eromero /trunk/src/eps/impls/davidson/common/davidson.h - The pc extracted from st->ksp in EPSSetUp_DAVIDSON is reset later
2012 1046d 07h eromero /trunk/src/eps/impls/davidson/common/davidson.h - Adapted veccomp, precond, gd and jd to PETSc with c++
1995 1060d 06h eromero /trunk/src/eps/impls/davidson/common/davidson.h - Added some missing code for the jd solver and the fix parameter
1992 1064d 00h eromero /trunk/src/eps/impls/davidson/common/davidson.h - Corrected the state of the vectors in functions in dvd_blas
- Removed many calls to PetscObjectStateIncrease in VecComp object because the PETSc interface for Vec does it
- Completed the code that frees all the allocated objects by the Davidson solver
1991 1064d 06h eromero /trunk/src/eps/impls/davidson/common/davidson.h - Davidson uses the eps->conv_func as convergence test
1989 1066d 01h eromero /trunk/src/eps/impls/davidson/common/davidson.h - Integrated the deflation space into the davidson solvers
1987 1066d 19h eromero /trunk/src/eps/impls/davidson/common/davidson.h - Merging from branches/davidsones to trunk
1985 1067d 07h eromero /branches/davidsones/src/eps/impls/davidson/common/davidson.h - Renamed EPS_DAVIDSONES to EPS_DAVIDSON
- Changed davidsones.* davidson.*
- Removed the custom fortran wrapper tags from the EPSGDGet*
1982 1070d 01h eromero /branches/davidsones/src/eps/impls/davidson/common/davidsones.h - Added the create for the virtual DAVIDSON solver
- Fixed some minors bugs

Show All