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
1736 1472d 07h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c bug repaired: jacobi preconditioner doesn't support generalized eigenproblems.
WARNING: PC preconditioner is not supported!
1735 1474d 17h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c - merge changes from truck up to r1734
- deep rewriting of davidsones code.
- first generalized eigenproblem version
1734 1488d 02h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c Last version for Euro-Par (that never saw the light):
- independent non-hermitian calcPairs routine.
- useless changes in improveX routines.
- undo the Schur calcPairs routines.
- undo type arithmetic for blas routines.
1675 1571d 03h slepc /trunk/src/eps/impls/davidson/common/dvd_schm.c eloy: first version of Olsen for undefinited preconditioned. First versión without optimizations of non-hermitian GD. Some bugs!
1636 1579d 16h slepc /trunk/src/eps/impls/davidson/common/dvd_schm.c eloy: first version of without orthogonalization variant
1633 1582d 00h slepc /trunk/src/eps/impls/davidson/common/dvd_schm.c eloy: add stages for profiling. Some other details.
1632 1582d 07h slepc /trunk/src/eps/impls/davidson/common/dvd_schm.c eloy: solved bug with VecMDot{Begin,End} using icc when n=0. More solved details
1619 1586d 19h slepc /trunk/src/eps/impls/davidson/common/dvd_schm.c eloy: first version of Davidson. It supports only standard hermitian problems. But the implementation is quite optimized, overall the restarts.