| Rev |
Age |
Author |
Path |
Log message |
| 2326 |
749d 13h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Make use of PetscValidLogicalCollectiveXXX macros and add some additional argument checks |
| 2324 |
749d 20h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Make names of internal methods more consistent, uppercase letter should be used only in acronyms; e.g. EPSCreate_ARNOLDI --> EPSCreate_Arnoldi |
| 2317 |
752d 12h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Enforce coding convention and style guide |
| 2304 |
766d 17h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
Fixed command line documentation for -eps_{gd/jd}_minv options. |
| 2291 |
775d 20h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Fix fortranstubs, broken in rev 2283 |
| 2283 |
789d 09h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Use angle brackets for includes; not finished yet |
| 2242 |
841d 11h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Various fixes to the online documentation |
| 2221 |
946d 11h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Synchronize with petsc-dev: use PetscTry/UseMethod instead of PetscObjectQueryFunction |
| 2216 |
947d 09h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Synchronize with petsc-dev: change PetscTruth to PetscBool |
| 2214 |
947d 10h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro |
| 2213 |
947d 11h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Synchronize with petsc-dev: rename Cookie to ClassId |
| 2177 |
987d 12h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Merge from release |
| 2116 |
1021d 07h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
Updated the copyright |
| 2110 |
1021d 11h |
jroman |
/trunk/src/eps/impls/davidson/gd/gd.c |
Add missing comment at the beginning of new files |
| 2104 |
1021d 13h |
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 14h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
Removed PetscOptionsHead and PetscOptionsTail by PetscOptionsBegin and PetscOptionsEnd |
| 2019 |
1042d 12h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
- fixed CHKERRQ missings and a define __FUNCT__ head |
| 2012 |
1043d 18h |
eromero |
/trunk/src/eps/impls/davidson/gd/gd.c |
- Adapted veccomp, precond, gd and jd to PETSc with c++ |
| 2003 |
1050d 10h |
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 18h |
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 |