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
2116 1050d 02h eromero /trunk/src/vec/ Updated the copyright
2114 1050d 06h eromero /trunk/src/vec/ Fixed issues in order to compile with complex and c++
2110 1050d 07h jroman /trunk/src/vec/ Add missing comment at the beginning of new files
2012 1072d 13h eromero /trunk/src/vec/ - Adapted veccomp, precond, gd and jd to PETSc with c++
2010 1075d 10h eromero /trunk/src/vec/ - Fix warning in VecComp DvOps structure due to change r2009
2009 1075d 13h eromero /trunk/src/vec/ - Added to VecComp the support to VecDotNorm2 (see petsc-release-3.1 changeset 15573) and VecGetLocalSize
1992 1090d 06h eromero /trunk/src/vec/ - 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 1093d 01h eromero /trunk/src/vec/ - Merging from branches/davidsones to trunk
1976 1100d 09h eromero /branches/davidsones/src/vec/ - 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"