| Rev |
Age |
Author |
Path |
Log message |
| 2214 |
949d 21h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro |
| 2213 |
949d 22h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Synchronize with petsc-dev: rename Cookie to ClassId |
| 2177 |
989d 23h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Merge from release |
| 2116 |
1023d 18h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
Updated the copyright |
| 2110 |
1023d 22h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Add missing comment at the beginning of new files |
| 2104 |
1024d 00h |
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 |
1024d 01h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
Removed PetscOptionsHead and PetscOptionsTail by PetscOptionsBegin and PetscOptionsEnd |
| 2019 |
1044d 23h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
- fixed CHKERRQ missings and a define __FUNCT__ head |
| 2012 |
1046d 05h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
- Adapted veccomp, precond, gd and jd to PETSc with c++ |
| 2003 |
1052d 21h |
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 |
1060d 05h |
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 |
1063d 22h |
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 |
1066d 17h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
- Merging from branches/davidsones to trunk |
| 1985 |
1067d 05h |
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 |
1067d 06h |
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 |
1069d 23h |
eromero |
/branches/davidsones/src/eps/impls/davidson/gd/gd.c |
- Added the create for the virtual DAVIDSON solver
- Fixed some minors bugs |
| 1980 |
1070d 21h |
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 |
1074d 00h |
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" |