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
2242 871d 09h jroman /trunk/src/eps/impls/davidson/gd/gd.c Various fixes to the online documentation
2221 976d 09h jroman /trunk/src/eps/impls/davidson/gd/gd.c Synchronize with petsc-dev: use PetscTry/UseMethod instead of PetscObjectQueryFunction
2216 977d 07h jroman /trunk/src/eps/impls/davidson/gd/gd.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 977d 08h jroman /trunk/src/eps/impls/davidson/gd/gd.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2213 977d 09h jroman /trunk/src/eps/impls/davidson/gd/gd.c Synchronize with petsc-dev: rename Cookie to ClassId
2177 1017d 10h jroman /trunk/src/eps/impls/davidson/gd/gd.c Merge from release
2116 1051d 05h eromero /trunk/src/eps/impls/davidson/gd/gd.c Updated the copyright
2110 1051d 09h jroman /trunk/src/eps/impls/davidson/gd/gd.c Add missing comment at the beginning of new files
2104 1051d 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 1051d 12h eromero /trunk/src/eps/impls/davidson/gd/gd.c Removed PetscOptionsHead and PetscOptionsTail by PetscOptionsBegin and PetscOptionsEnd
2019 1072d 10h eromero /trunk/src/eps/impls/davidson/gd/gd.c - fixed CHKERRQ missings and a define __FUNCT__ head
2012 1073d 16h eromero /trunk/src/eps/impls/davidson/gd/gd.c - Adapted veccomp, precond, gd and jd to PETSc with c++
2003 1080d 08h 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 1087d 16h 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 1091d 09h 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 1094d 04h eromero /trunk/src/eps/impls/davidson/gd/gd.c - Merging from branches/davidsones to trunk
1985 1094d 16h 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 1094d 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 1097d 10h eromero /branches/davidsones/src/eps/impls/davidson/gd/gd.c - Added the create for the virtual DAVIDSON solver
- Fixed some minors bugs
1980 1098d 08h 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

Show All