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
2608 571d 01h eromero /trunk/src/eps/impls/davidson/common/davidson.c Implemented the dynamic (newton) stopping criterion for the solution of the correction equation in JD.
2607 571d 03h eromero /trunk/src/eps/impls/davidson/common/davidson.c Removed // comments from Davidson code.
2605 571d 04h eromero /trunk/src/eps/impls/davidson/common/davidson.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 579d 22h eromero /trunk/src/eps/impls/davidson/common/davidson.c Updated Copyright year.
2572 580d 20h eromero /trunk/src/eps/impls/davidson/common/davidson.c Fixed default extraction in Davidson solvers for standard Hermitian problems.
2566 586d 19h eromero /trunk/src/eps/impls/davidson/common/davidson.c Improved the default extraction choice in Davidson solvers.
2558 587d 22h eromero /trunk/src/eps/impls/davidson/common/davidson.c 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.
2555 591d 00h eromero /trunk/src/eps/impls/davidson/common/davidson.c Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2519 602d 01h eromero /trunk/src/eps/impls/davidson/common/davidson.c Fixed problems with jd in eps test1.
2432 692d 02h eromero /trunk/src/eps/impls/davidson/common/davidson.c Improved the integration of EPSReset in the davidson solvers.
Fixed some uninitialized values in the davidson solvers.
2410 709d 21h jroman /trunk/src/eps/impls/davidson/common/davidson.c Smarter way of handling contiguous vector storage: do VecDuplicateVecs on a special vector (SlepcVecSetTemplate)
2397 721d 14h eromero /trunk/src/eps/impls/davidson/common/davidson.c 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 724d 01h eromero /trunk/src/eps/impls/davidson/common/davidson.c 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 724d 21h jroman /trunk/src/eps/impls/davidson/common/davidson.c Fix format specifiers for quad precision
2380 731d 20h jroman /trunk/src/eps/impls/davidson/common/davidson.c Use IPSetMatrix instead of IPSetBilinearForm
2365 734d 05h jroman /trunk/src/eps/impls/davidson/common/davidson.c Rework EPSView and STView
2348 744d 19h jroman /trunk/src/eps/impls/davidson/common/davidson.c Add EPSReset
2347 744d 22h jroman /trunk/src/eps/impls/davidson/common/davidson.c Reorder functions in precond.c
2346 745d 19h eromero /trunk/src/eps/impls/davidson/common/davidson.c Protected arguments in macro SlepcValidVecsContiguos
Include SlepcValidVecsContiguous in dvd_blas functions using contiguous vectors
Updated davidson solvers to use the new contiguous vectors implementation
2331 748d 15h jroman /trunk/src/eps/impls/davidson/common/davidson.c Enforce coding convention - whitespace around parentheses and commas

Show All