| Rev |
Age |
Author |
Path |
Log message |
| 2010 |
1076d 16h |
eromero |
/trunk/ |
- Fix warning in VecComp DvOps structure due to change r2009 |
| 2009 |
1076d 19h |
eromero |
/trunk/ |
- Added to VecComp the support to VecDotNorm2 (see petsc-release-3.1 changeset 15573) and VecGetLocalSize |
| 2008 |
1077d 13h |
eromero |
/trunk/ |
- CHKERRQify the functions dvd_schm_basic_{conf,preconf} |
| 2007 |
1077d 18h |
eromero |
/trunk/ |
- Removed some warnings at STSetFromOptions
- Substituted for PetscInfo or eliminated some calls to printf |
| 2006 |
1077d 19h |
eromero |
/trunk/ |
- Set preonly as default type for st->ksp |
| 2005 |
1077d 21h |
eromero |
/trunk/ |
- Each EPS object can choose the default configuration for st->ksp |
| 2004 |
1079d 13h |
eromero |
/trunk/ |
- fixed bug: dvd_static_precond_PC ignores Amat |
| 2003 |
1080d 12h |
eromero |
/trunk/ |
- 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 |
| 2002 |
1080d 14h |
eromero |
/trunk/ |
- Removed the custom preconditioner of PRIMME |
| 2001 |
1082d 18h |
eromero |
/trunk/ |
- Adapted PRIMME to use STPrecond |
| 2000 |
1084d 15h |
eromero |
/trunk/ |
- Improved the robustness of the setup of STPrecond: avoid crashing when the matrix for the preconditioner of the st->ksp->pc set by user is useless |
| 1999 |
1084d 19h |
eromero |
/trunk/ |
- STPrecond does not build the default matrix for preconditioning if the associated pc is PCNONE |
| 1998 |
1084d 20h |
eromero |
/trunk/ |
- Bug fixed: the initial_size value in Davidson solvers is used as the initial size of the subspace instead of eps->nini (SetInitialSpace) |
| 1997 |
1084d 20h |
eromero |
/trunk/ |
- Made STPrecondGetMatForPC(st,P) be equivalent to STGetKSP(st,ksp), KSPSetOperator(ksp,0,P)
- Infinite value shifts supported by STPrecond
- Adapted Davidson solvers for STPrecond |
| 1996 |
1086d 09h |
eromero |
/trunk/ |
- Added the new ST Precond for the preconditioned eigensolvers like blopex, primme, gd and jd |
| 1995 |
1087d 18h |
eromero |
/trunk/ |
- Added some missing code for the jd solver and the fix parameter |
| 1994 |
1087d 19h |
eromero |
/trunk/ |
- 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 |
| 1993 |
1090d 18h |
eromero |
/trunk/ |
- Added a viewer to Davidson
- Fix the call to EPSMonitor in Davidson |
| 1992 |
1091d 12h |
eromero |
/trunk/ |
- 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 |
| 1991 |
1091d 18h |
eromero |
/trunk/ |
- Davidson uses the eps->conv_func as convergence test |