Subversion Repositories slepc-dev

Rev

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

Filtering Options

Rev Age Author Path Log message
2823 385d 21h jroman /trunk/src/qep/ Sync with petsc-dev: rename PetscTypeCompare to PetscObjectTypeCompare
2800 395d 14h jroman /trunk/src/qep/ Change default convergence criterion: now it is always relative to abs(lambda) even for small lambda.
Renamed XXXYyyyyyConverged to XXXConvergedYyyyyy
2799 395d 18h jroman /trunk/src/qep/ Fix bug in Q-Arnoldi for complex scalars
2768 402d 13h jroman /trunk/src/qep/ Explicitly pass leading dimension of Q as an argument to XXXKrylovConvergence
2762 403d 08h jroman /trunk/src/qep/ No braces around SETERRQ
2761 404d 12h jroman /trunk/src/qep/ Sync with petsc-dev: add bs argument to VecCreateMPIWithArray
2760 404d 19h jroman /trunk/src/qep/ Split EPSEigenvalueComparison in one function per each sorting criterion
2740 414d 15h jroman /trunk/src/qep/ Use PetscFPTrapPush() to guard LAPACK calls that set floating point exceptions
2739 414d 16h jroman /trunk/src/qep/ Unify and clean all the LAPACK protections
2730 419d 21h jroman /trunk/src/qep/ Avoid use of PETSC_COMM_WORLD; add error checking in PetscInfo calls
2729 420d 21h jroman /trunk/src/qep/ Rename include/private to include/slepc-private
2717 456d 12h jroman /trunk/src/qep/ Sync with petsc-dev (mainly add MatSetUp where required); also update example outputs for new tolerances
2691 547d 12h jroman /trunk/src/qep/ Random seeds must be set in order for SlepcVecSetRandom to work correctly
2671 550d 15h jroman /trunk/src/qep/ Merge from release (c2670, Fortran interface for monitors)
2652 562d 13h jroman /trunk/src/qep/ Correctly manage options prefixes
2646 565d 11h jroman /trunk/src/qep/ Remove unnecessary includes
2644 565d 14h jroman /trunk/src/qep/ Some more fixes in manpages
2627 568d 12h jroman /trunk/src/qep/ Forgot to include a file in previous commit
2622 568d 13h jroman /trunk/src/qep/ Change default tolerance also for SVD and QEP
2605 569d 20h eromero /trunk/src/qep/ 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.

Show All