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
2155 993d 20h jroman /trunk/src/vec/veccomp.c Merge from release
2152 1001d 05h eromero /trunk/src/vec/veccomp.c - Bug fixed in STPrecondSetMatForPC
- Bug fixed: wrong overload of VecAYPX in comp vectors
- Removed more compiling warnings
2132 1019d 02h eromero /trunk/src/vec/veccomp.c Removed useless includes in veccomp.c
2116 1021d 16h eromero /trunk/src/vec/veccomp.c Updated the copyright
2110 1021d 20h jroman /trunk/src/vec/veccomp.c Add missing comment at the beginning of new files
2012 1044d 03h eromero /trunk/src/vec/veccomp.c - Adapted veccomp, precond, gd and jd to PETSc with c++
2010 1046d 23h eromero /trunk/src/vec/veccomp.c - Fix warning in VecComp DvOps structure due to change r2009
2009 1047d 02h eromero /trunk/src/vec/veccomp.c - Added to VecComp the support to VecDotNorm2 (see petsc-release-3.1 changeset 15573) and VecGetLocalSize
1992 1061d 19h eromero /trunk/src/vec/veccomp.c - Corrected the state of the vectors in functions in dvd_blas
- Removed many calls to PetscObjectStateIncrease in VecComp object because the PETSc interface for Vec does it
- Completed the code that frees all the allocated objects by the Davidson solver
1987 1064d 14h eromero /trunk/src/vec/veccomp.c - Merging from branches/davidsones to trunk
1976 1071d 22h eromero /branches/davidsones/src/vec/veccomp.c - 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 1097d 03h eromero es/veccomp.c - 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 1106d 03h eromero es/veccomp.c - First version of RJDQZ