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 578d 05h eromero /trunk/src/vec/veccomp0.h Updated Copyright year.
2545 593d 09h eromero /trunk/src/vec/veccomp0.h Improved VecNorm implementation in VecComp.
Changed SlepcAbsEigenvalue to an inline function.
2336 745d 06h jroman /trunk/src/vec/veccomp0.h Enforce coding convention
2302 766d 06h eromero /trunk/src/vec/veccomp0.h Use the matrix provided by STPrecondSetMatForPC, automatically.
Bug fixed at dvd_updateV_start.
Bug fixed at VecNorm_Comp.
2283 787d 00h jroman /trunk/src/vec/veccomp0.h Use angle brackets for includes; not finished yet
2226 943d 23h eromero /trunk/src/vec/veccomp0.h Fixed problem with FUNCT macro in veccomp
2216 945d 00h jroman /trunk/src/vec/veccomp0.h Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 945d 01h jroman /trunk/src/vec/veccomp0.h Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2141 1013d 04h jroman /trunk/src/vec/veccomp0.h Various fixes
2116 1018d 22h eromero /trunk/src/vec/veccomp0.h Updated the copyright
2114 1019d 01h eromero /trunk/src/vec/veccomp0.h Fixed issues in order to compile with complex and c++
2110 1019d 02h jroman /trunk/src/vec/veccomp0.h Add missing comment at the beginning of new files
2009 1044d 09h eromero /trunk/src/vec/veccomp0.h - Added to VecComp the support to VecDotNorm2 (see petsc-release-3.1 changeset 15573) and VecGetLocalSize
1987 1061d 21h eromero /trunk/src/vec/veccomp0.h - Merging from branches/davidsones to trunk
1976 1069d 04h eromero /branches/davidsones/src/vec/veccomp0.h - Transformation of the experimental Davidson solver "DAVIDSONES" to a full integrated family of solvers "davidson". The first solver is "gd". The code shared by the "davidson" solvers is packaged by the virtual solver "DAVIDSON": EPSSetUp_DAVIDSON, EPSSolve_DAVIDSON...
- Partially fixed bug: the size of the starting searching subspace is set by eps->nini, but this value can be negative.
- Integration of "davidsones_harm" as "eps_extraction"
1965 1094d 09h eromero /veccomp0.h - bug fixed: residual vector in complex case but real arithmetic is computed with normalized eigenvectors
- bug fixed: a ksp doesn't allow operators of different size; so VecComp can operate with a virtual size
- bug fixed: RJDQZ needs that JD correction equation operates with eigenvectors instead of Schur vectors. For that the projectors of JD correction equation can operate with any projection of the left and right subspaces
- bug fixed: block size adapted to RJDQZ
- Added an UpdateVectors routine for non-contiguous stored vectors
- bug fixed: enforced restarting when improveX doesn't add any vector
- bug fixed: recomputing eigenvalues adapted to RJDQZ
- bugs fixed in SlepcUpdateVectorsS and SlepcUpdateStrideVectors
- lots of minor bug fixed...
1960 1103d 09h eromero /veccomp0.h - First version of RJDQZ