Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Clear current filter

Rev Age Author Path Log message
2714 461d 23h jroman /branches/ Increase patchlevel
2712 462d 04h jroman /branches/ Fix for Microsoft compilers
2705 530d 03h jroman /branches/ Fix a bug that occurs when FortranLib fails
2703 538d 19h jroman /branches/ Increase patchlevel
2702 538d 19h jroman /branches/ Merge r2701 from trunk (fixes for spectrum slicing)
2700 538d 19h eromero /branches/ Merged revision 2699 from trunk to slepc-3_2-branch.
2696 545d 20h jroman /branches/ Merge 2695 from trunk (Blopex)
2694 545d 22h jroman /branches/ Merge 2693 from trunk (Blopex)
2692 549d 21h jroman /branches/ Merge 2691 from trunk (random seeds)
2690 550d 20h eromero /branches/ Merge 2689 from trunk into slepc-3_2-branch
2684 551d 21h jroman /branches/ Increase patchlevel
2683 551d 21h jroman /branches/ Revert unintended code in previous commit
2682 551d 21h jroman /branches/ Merge from trunk 2672:2681
2670 553d 00h jroman /branches/ Fix Fortran interface for the monitors
2668 562d 17h dalcinl /branches/ setup.py: change version format
2667 563d 22h eromero /branches/ Merge from trunk to slepc-3_2-branch of revisions 2664:2666.
2664 564d 02h jroman /branches/ Merge two changes from trunk that were omitted in previous merges
2663 564d 02h jroman /branches/ Merge from trunk
2655 564d 21h jroman /branches/ Increase patchlevel
2654 564d 21h jroman /branches/ Merge from trunk
2636 570d 20h jroman /branches/ Changes in html documentation
2634 570d 21h jroman /branches/ Remove GHIEP problem type and set release flag
2632 570d 21h jroman /branches/ Create branch for 3.2
2606 572d 05h eromero /branches/ Removed slepc-3_2-proj.
2604 572d 05h eromero /branches/ Merged from trunk to slepc-3_2-proj.
2603 572d 05h eromero /branches/ Merge from trunk to slepc-3_2-proj.
2602 572d 06h eromero /branches/ Fixed more bugs in Davidson solvers related to the expanded projected problem.
2601 572d 13h eromero /branches/ Fixed bugs in Davidson solvers related to the expanded projected problem.
2600 572d 14h eromero /branches/ Put again V and the converged vectors together in Davidson solvers.
Reduced the storage of AV and KZ.
Moved the management of KZ from calcpairs to improvex.
2598 573d 00h eromero /branches/ Removed slepc-3_1-sym branch.
2597 573d 15h eromero /branches/ Removed pX_type, pY_type, calcpairs_X and calcpairs_Y from Davidson solvers.
Reimplemented dvd_calcpairs_res_0.
2594 573d 20h eromero /branches/ Fixed bugs in Davidson solvers.
Fixed bug in QEP linear and SVD cyclic and cross monitors.
All tests passed successfully!
2593 573d 22h eromero /branches/ Fixed bugs in davidson solvers. GD works fine with EPS ex1 and ex13 considering also the non-hermitian cases.
2592 573d 23h eromero /branches/ Fixed bugs in davidson solvers. EPS ex13 works and JD works also.
2591 573d 23h eromero /branches/ Fixed bugs in davidson solvers. EPS ex1 works with -eps_non_hermitian.
2590 574d 15h eromero /branches/ Fixed bugs in davidson solvers. EPS ex1 works with nev>1.
2589 574d 17h eromero /branches/ Fixed bugs in davidson solvers. EPS ex1 works for nev=1.
2588 575d 14h eromero /branches/ First version of Davidson solver with presence of converged vectors in the projected problem and the projector.
2560 588d 15h eromero /branches/ Added a command line option for matdense buffersize.
Added a special MatDenseMatMult with sibling matrices.
Matdense example ex1 compares noncontiguous and contiguous SlepcUpdateVectors implementations.
2554 592d 03h eromero /branches/ Merge from trunk.
Fixed more issues in B-orthogonal Davidson solvers (passed eps tests).