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
2575 583d 00h eromero /trunk/src/eps/impls/davidson/common/davidson.c Updated Copyright year.
2572 583d 22h eromero /trunk/src/eps/impls/davidson/common/davidson.c Fixed default extraction in Davidson solvers for standard Hermitian problems.
2566 589d 21h eromero /trunk/src/eps/impls/davidson/common/davidson.c Improved the default extraction choice in Davidson solvers.
2558 591d 00h 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 594d 02h eromero /trunk/src/eps/impls/davidson/common/davidson.c Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2519 605d 03h eromero /trunk/src/eps/impls/davidson/common/davidson.c Fixed problems with jd in eps test1.
2432 695d 04h 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 712d 23h jroman /trunk/src/eps/impls/davidson/common/davidson.c Smarter way of handling contiguous vector storage: do VecDuplicateVecs on a special vector (SlepcVecSetTemplate)
2397 724d 17h 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 727d 03h 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 727d 23h jroman /trunk/src/eps/impls/davidson/common/davidson.c Fix format specifiers for quad precision
2380 734d 23h jroman /trunk/src/eps/impls/davidson/common/davidson.c Use IPSetMatrix instead of IPSetBilinearForm
2365 737d 07h jroman /trunk/src/eps/impls/davidson/common/davidson.c Rework EPSView and STView
2348 747d 21h jroman /trunk/src/eps/impls/davidson/common/davidson.c Add EPSReset
2347 748d 00h jroman /trunk/src/eps/impls/davidson/common/davidson.c Reorder functions in precond.c
2346 748d 21h 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 751d 17h jroman /trunk/src/eps/impls/davidson/common/davidson.c Enforce coding convention - whitespace around parentheses and commas
2330 751d 18h jroman /trunk/src/eps/impls/davidson/common/davidson.c Enforce coding convention - remove space before CHKERRQ
2326 752d 00h jroman /trunk/src/eps/impls/davidson/common/davidson.c Make use of PetscValidLogicalCollectiveXXX macros and add some additional argument checks
2324 752d 06h jroman /trunk/src/eps/impls/davidson/common/davidson.c Make names of internal methods more consistent, uppercase letter should be used only in acronyms; e.g. EPSCreate_ARNOLDI --> EPSCreate_Arnoldi

Show All