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
2110 1050d 07h jroman /trunk/src/eps/impls/davidson/jd/jd.c Add missing comment at the beginning of new files
2104 1050d 08h eromero /trunk/src/eps/impls/davidson/jd/jd.c When searching for largest eigenvalues and st precond is used, the default shift is set to inf
2102 1050d 10h eromero /trunk/src/eps/impls/davidson/jd/jd.c Removed PetscOptionsHead and PetscOptionsTail by PetscOptionsBegin and PetscOptionsEnd
2019 1071d 08h eromero /trunk/src/eps/impls/davidson/jd/jd.c - fixed CHKERRQ missings and a define __FUNCT__ head
2014 1071d 15h eromero /trunk/src/eps/impls/davidson/jd/jd.c - Set better default values for st->ksp in st precond and eps jd
2012 1072d 13h eromero /trunk/src/eps/impls/davidson/jd/jd.c - Adapted veccomp, precond, gd and jd to PETSc with c++
2005 1076d 15h eromero /trunk/src/eps/impls/davidson/jd/jd.c - Each EPS object can choose the default configuration for st->ksp
2003 1079d 06h eromero /trunk/src/eps/impls/davidson/jd/jd.c - blopex adapted to STPrecond
- bug fixed (for blopex, primme, jd, gd): STSetUp is call before checking its type
- st->ksp is preonly compulsorily in blopex, primme and gd, and cannot be preonly in jd
1995 1086d 12h eromero /trunk/src/eps/impls/davidson/jd/jd.c - Added some missing code for the jd solver and the fix parameter
1994 1086d 13h eromero /trunk/src/eps/impls/davidson/jd/jd.c - Changed the fortran interface for adding the new EPS_HARMONIC_* values and the new solvers gd and jd
- Fixed some mistakes in the documentation of the gd solver
- Added the Jacobi-Davidson solver
1992 1090d 06h eromero /trunk/src/eps/impls/davidson/gd/gd.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 1093d 01h eromero /trunk/src/eps/impls/davidson/gd/gd.c - Merging from branches/davidsones to trunk
1985 1093d 14h eromero /branches/davidsones/src/eps/impls/davidson/gd/gd.c - Renamed EPS_DAVIDSONES to EPS_DAVIDSON
- Changed davidsones.* davidson.*
- Removed the custom fortran wrapper tags from the EPSGDGet*
1984 1093d 14h eromero /branches/davidsones/src/eps/impls/davidson/gd/gd.c - Enforced fixed target
- When restarting, the eigenvalues are not recalculated
- Minor bug at "EPSGDGetKrylovStart"
1982 1096d 08h eromero /branches/davidsones/src/eps/impls/davidson/gd/gd.c - Added the create for the virtual DAVIDSON solver
- Fixed some minors bugs
1980 1097d 06h eromero /branches/davidsones/src/eps/impls/davidson/gd/gd.c - Include EPSGD???InitialSize and -eps_gd_initial_size replacing -eps_davidsones_initv
- Removed the experimental macros EPSObj{Get,Set}{Prop,2Props} and replacing by functions in traditional PETSc manner
- Added 3 projectors more
- Removed dvd_improvex_{gdbasic,gdolsen}. The GD is implemented by dvd_improvex_jd with ksp==0. Advantages: less code and GD can use the JD projectors
1976 1100d 09h eromero /branches/davidsones/src/eps/impls/davidson/gd/gd.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"