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
2575 578d 05h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c Updated Copyright year.
2454 667d 02h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c Fixed issues compiling with c++.
2440 674d 12h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c Merged r2439 into trunk
2244 835d 02h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c Adapted Davidson solvers to support several calls to EPSSolve
2216 945d 00h jroman /trunk/src/eps/impls/davidson/common/dvd_schm.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 945d 01h jroman /trunk/src/eps/impls/davidson/common/dvd_schm.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2206 963d 04h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c Removed the profiler from the jd and gd
Moved petsc events from dvd_blas to slepcinit
2188 978d 04h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c Bug fixed about the user initial vectors in gd and jd solvers
2116 1018d 22h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c Updated the copyright
2110 1019d 02h jroman /trunk/src/eps/impls/davidson/common/dvd_schm.c Add missing comment at the beginning of new files
2037 1027d 20h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c - Davidon solvers support computing the residual associated to all eigenvalues in the searching subspace
2023 1038d 02h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c - Improved the performance of dvd_calcpairs_selectPairs_qz
- Added the mpd support to davidson solvers
- Improved the checking of the parameters for the davidson solvers
2012 1041d 09h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c - Adapted veccomp, precond, gd and jd to PETSc with c++
2008 1045d 03h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c - CHKERRQify the functions dvd_schm_basic_{conf,preconf}
1997 1052d 10h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c - 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
1992 1059d 02h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.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
1991 1059d 08h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c - Davidson uses the eps->conv_func as convergence test
1987 1061d 21h eromero /trunk/src/eps/impls/davidson/common/dvd_schm.c - Merging from branches/davidsones to trunk
1985 1062d 09h eromero /branches/davidsones/src/eps/impls/davidson/common/dvd_schm.c - Renamed EPS_DAVIDSONES to EPS_DAVIDSON
- Changed davidsones.* davidson.*
- Removed the custom fortran wrapper tags from the EPSGDGet*
1980 1066d 01h eromero /branches/davidsones/src/eps/impls/davidson/common/dvd_schm.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