| Rev |
Age |
Author |
Path |
Log message |
| 2116 |
1021d 04h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
Updated the copyright |
| 2110 |
1021d 08h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Add missing comment at the beginning of new files |
| 2104 |
1021d 10h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
When searching for largest eigenvalues and st precond is used, the default shift is set to inf |
| 2102 |
1021d 11h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
Removed PetscOptionsHead and PetscOptionsTail by PetscOptionsBegin and PetscOptionsEnd |
| 2019 |
1042d 10h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
- fixed CHKERRQ missings and a define __FUNCT__ head |
| 2012 |
1043d 15h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
- Adapted veccomp, precond, gd and jd to PETSc with c++ |
| 2003 |
1050d 07h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.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 |
| 1994 |
1057d 15h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.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 |
1061d 08h |
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 |
1064d 03h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
- Merging from branches/davidsones to trunk |
| 1985 |
1064d 15h |
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 |
1064d 16h |
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 |
1067d 09h |
eromero |
/branches/davidsones/src/eps/impls/davidson/gd/gd.c |
- Added the create for the virtual DAVIDSON solver
- Fixed some minors bugs |
| 1980 |
1068d 07h |
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 |
1071d 11h |
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" |