Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Clear current filter

Rev Age Author Path Log message
2394 724d 15h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Fix format specifiers for quad precision
2370 733d 19h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Use -ip_ prefix for IP options; make IP options and enumerates more consistent
2369 733d 21h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Add QEPAllocateSolution
2367 733d 22h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Rework SVDView and QEPView
2361 739d 09h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Add QEPReset
2349 744d 09h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Private functions need not check arguments; add argument checks in some public functions
2331 748d 08h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Enforce coding convention - whitespace around parentheses and commas
2329 748d 10h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Use PetscNewLog when possible
2327 748d 13h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Add a few missing PetscLogObjectParent
2324 748d 21h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Make names of internal methods more consistent, uppercase letter should be used only in acronyms; e.g. EPSCreate_ARNOLDI --> EPSCreate_Arnoldi
2317 751d 14h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Enforce coding convention and style guide
2313 751d 19h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Turn XXXMonitor into functions, instead of macros
2305 755d 11h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Sync with petsc-dev (XXXDestroy)
2284 788d 10h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c More work on angle brackets
2216 946d 10h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 946d 11h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2116 1020d 08h eromero /trunk/src/qep/impls/qarnoldi/qarnoldi.c Updated the copyright
2112 1020d 12h eromero /trunk/src/qep/impls/qarnoldi/qarnoldi.c Fixed problems compiling in C++
2068 1024d 14h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Remove unused conv and Z arrays in QEP
2067 1024d 15h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Bugfix in Q-Arnoldi when scalar-type=complex
2066 1024d 16h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Adapt QARNOLDI to new convergence scheme
2065 1024d 17h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c - Remove old ArnoldiResiduals subroutine
- Convert new ArnoldiResiduals subroutine to DenseSelectedEvec (dense.c), extracting the last step
2060 1024d 19h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Fixes in QARNOLDI for complex build
2051 1025d 20h jroman /trunk/src/qep/impls/qarnoldi/qarnoldi.c Modify Q-Arnoldi to target largest eigenvalues
2050 1025d 21h antodo /trunk/src/qep/impls/qarnoldi/qarnoldi.c use scale factor in qarnoldi
2049 1025d 22h antodo /trunk/src/qep/impls/qarnoldi/qarnoldi.c bug when nconv=0
2044 1027d 15h antodo /trunk/src/qep/impls/qarnoldi/qarnoldi.c Fisrt version of the Quadratic Arnoldi method