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
2558 618d 09h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Changed EPS tests considering complex arithmetic.
Passed EPS tests for real and complex arithmetics.
Fixed bug in Davidson methods: when B-orthogonalizing, the eigenvectors are 2-normalized.
Relaxed the constrain that keeps the norm result real.
2556 621d 10h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Fixed bugs in dvd_blas for complex arithmetic.
Fixed bugs in B-orthogonal Davidson variant for complex arithmetic.
2555 621d 12h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2519 632d 13h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Fixed problems with jd in eps test1.
2499 639d 03h jroman /branches/slepc-3_2-indef/src/eps/impls/davidson/common Correct error checking for PetscInfo
2474 659d 10h jroman /branches/slepc-3_2-indef/src/eps/impls/davidson/common A small fix to previous commit
2473 659d 11h jroman /branches/slepc-3_2-indef/src/eps/impls/davidson/common Replace sqrt with PetscSqrtReal in preparation for quad support
2454 699d 07h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Fixed issues compiling with c++.
2449 700d 14h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common ix lack of EPS options in -help for SVD and QEP.
Fix valgrind warning in EPSSetFromOptions.
Fix comment in dvd_improvex_jd_proj_uv_KZX.
2441 706d 17h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Fixed the PetscTruth from the previous change (sorry).
2440 706d 17h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Merged r2439 into trunk
2432 722d 14h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Improved the integration of EPSReset in the davidson solvers.
Fixed some uninitialized values in the davidson solvers.
2422 730d 01h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Fixed errors in macros DVD_FL_CALL and DVD_FL_DEL.
2410 740d 09h jroman /branches/slepc-3_2-indef/src/eps/impls/davidson/common Smarter way of handling contiguous vector storage: do VecDuplicateVecs on a special vector (SlepcVecSetTemplate)
2397 752d 02h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Fixed bug, EPSDefaultFreeWork didn't set eps->nwork to zero.
Increased the default max_it for davidson solvers.
Updated eps runtest1_1 for testing with other important eps types.
Updated eps test3 to call appropriated EPSSetWhichEigenpairs.
Fixed minor error in the eps tests makefile.
2396 754d 13h eromero /branches/slepc-3_2-indef/src/eps/impls/davidson/common Changed a PETSc error when the eigenpair residual is too low by a PetscInfo.
Fixed a bug in the computation of the projectors for the Davidson solvers. The special projectors will be temporally broken.
Fixed the need of the davidson solvers to set a right eps->perm.
Fixed the trouble of viewing an unused pc after using a davidson solver.
2394 755d 09h jroman /branches/slepc-3_2-indef/src/eps/impls/davidson/common Fix format specifiers for quad precision
2392 756d 08h jroman /branches/slepc-3_2-indef/src/eps/impls/davidson/common Protect from unavailable Lapack functions
2391 756d 09h jroman /branches/slepc-3_2-indef/src/eps/impls/davidson/common Remove compiler warning
2380 762d 08h jroman /branches/slepc-3_2-indef/src/eps/impls/davidson/common Use IPSetMatrix instead of IPSetBilinearForm

Show All