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
2410 738d 13h jroman /trunk/src/eps/impls/davidson/common/davidson.c Smarter way of handling contiguous vector storage: do VecDuplicateVecs on a special vector (SlepcVecSetTemplate)
2397 750d 06h eromero /trunk/src/eps/impls/davidson/common/davidson.c Fixed bug, EPSDefaultFreeWork didn't set eps->nwork to zero.
Increased the default max_it for davidson solvers.
Updated eps runtest1_1 for testing with other important eps types.
Updated eps test3 to call appropriated EPSSetWhichEigenpairs.
Fixed minor error in the eps tests makefile.
2396 752d 17h eromero /trunk/src/eps/impls/davidson/common/davidson.c Changed a PETSc error when the eigenpair residual is too low by a PetscInfo.
Fixed a bug in the computation of the projectors for the Davidson solvers. The special projectors will be temporally broken.
Fixed the need of the davidson solvers to set a right eps->perm.
Fixed the trouble of viewing an unused pc after using a davidson solver.
2394 753d 13h jroman /trunk/src/eps/impls/davidson/common/davidson.c Fix format specifiers for quad precision
2380 760d 12h jroman /trunk/src/eps/impls/davidson/common/davidson.c Use IPSetMatrix instead of IPSetBilinearForm
2365 762d 21h jroman /trunk/src/eps/impls/davidson/common/davidson.c Rework EPSView and STView
2348 773d 10h jroman /trunk/src/eps/impls/davidson/common/davidson.c Add EPSReset
2347 773d 13h jroman /trunk/src/eps/impls/davidson/common/davidson.c Reorder functions in precond.c
2346 774d 10h eromero /trunk/src/eps/impls/davidson/common/davidson.c Protected arguments in macro SlepcValidVecsContiguos
Include SlepcValidVecsContiguous in dvd_blas functions using contiguous vectors
Updated davidson solvers to use the new contiguous vectors implementation
2331 777d 06h jroman /trunk/src/eps/impls/davidson/common/davidson.c Enforce coding convention - whitespace around parentheses and commas
2330 777d 08h jroman /trunk/src/eps/impls/davidson/common/davidson.c Enforce coding convention - remove space before CHKERRQ
2326 777d 13h jroman /trunk/src/eps/impls/davidson/common/davidson.c Make use of PetscValidLogicalCollectiveXXX macros and add some additional argument checks
2324 777d 19h jroman /trunk/src/eps/impls/davidson/common/davidson.c Make names of internal methods more consistent, uppercase letter should be used only in acronyms; e.g. EPSCreate_ARNOLDI --> EPSCreate_Arnoldi
2318 780d 12h jroman /trunk/src/eps/impls/davidson/common/davidson.c Remove SlepcNotImplemented functions
2317 780d 12h jroman /trunk/src/eps/impls/davidson/common/davidson.c Enforce coding convention and style guide
2316 780d 15h jroman /trunk/src/eps/impls/davidson/common/davidson.c Remove tab characters
2313 780d 17h jroman /trunk/src/eps/impls/davidson/common/davidson.c Turn XXXMonitor into functions, instead of macros
2307 784d 06h jroman /trunk/src/eps/impls/davidson/common/davidson.c Fix PetscFree usage
2305 784d 09h jroman /trunk/src/eps/impls/davidson/common/davidson.c Sync with petsc-dev (XXXDestroy)
2283 817d 09h jroman /trunk/src/eps/impls/davidson/common/davidson.c Use angle brackets for includes; not finished yet

Show All