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
2835 411d 12h jroman /trunk/src/eps/impls/subspace/subspace.c Move the truncation of the Schur decomposition from the generic EPSSolve to the end of EPSSolve_* specific to non-Hermitian problems
2812 424d 04h jroman /trunk/src/eps/impls/subspace/subspace.c Get rid of eps->T since it is not necessary anymore
2783 429d 14h jroman /trunk/src/eps/impls/subspace/subspace.c Added PSHEP; does not work yet
2769 433d 05h jroman /trunk/src/eps/impls/subspace/subspace.c Adapt EPSARNOLDI to use PS (only Ritz extraction)
2767 433d 06h jroman /trunk/src/eps/impls/subspace/subspace.c Use the same leading dimension for all matrices in PS
2766 433d 08h jroman /trunk/src/eps/impls/subspace/subspace.c Integrate EPSHessCond into PS
2765 433d 09h jroman /trunk/src/eps/impls/subspace/subspace.c Minor changes in PS and subspace
2763 433d 12h jroman /trunk/src/eps/impls/subspace/subspace.c First version of subspace using the PS object
2762 434d 00h jroman /trunk/src/eps/impls/subspace/subspace.c No braces around SETERRQ
2758 436d 06h jroman /trunk/src/eps/impls/subspace/subspace.c More work on PS: add a PS object to the EPS context
2740 445d 07h jroman /trunk/src/eps/impls/subspace/subspace.c Use PetscFPTrapPush() to guard LAPACK calls that set floating point exceptions
2739 445d 08h jroman /trunk/src/eps/impls/subspace/subspace.c Unify and clean all the LAPACK protections
2729 451d 13h jroman /trunk/src/eps/impls/subspace/subspace.c Rename include/private to include/slepc-private
2613 600d 05h jroman /trunk/src/eps/impls/subspace/subspace.c Change the way 'which' is initialized by default
2575 609d 07h eromero /trunk/src/eps/impls/subspace/subspace.c Updated Copyright year.
2473 658d 08h jroman /trunk/src/eps/impls/subspace/subspace.c Replace sqrt with PetscSqrtReal in preparation for quad support
2410 739d 06h jroman /trunk/src/eps/impls/subspace/subspace.c Smarter way of handling contiguous vector storage: do VecDuplicateVecs on a special vector (SlepcVecSetTemplate)
2348 774d 03h jroman /trunk/src/eps/impls/subspace/subspace.c Add EPSReset
2345 775d 04h jroman /trunk/src/eps/impls/subspace/subspace.c Remove warnings
2342 776d 01h jroman /trunk/src/eps/impls/subspace/subspace.c Start to use the new functions for contiguous vectors
2331 778d 00h jroman /trunk/src/eps/impls/subspace/subspace.c Enforce coding convention - whitespace around parentheses and commas
2329 778d 01h jroman /trunk/src/eps/impls/subspace/subspace.c Use PetscNewLog when possible
2324 778d 13h jroman /trunk/src/eps/impls/subspace/subspace.c Make names of internal methods more consistent, uppercase letter should be used only in acronyms; e.g. EPSCreate_ARNOLDI --> EPSCreate_Arnoldi
2317 781d 05h jroman /trunk/src/eps/impls/subspace/subspace.c Enforce coding convention and style guide
2313 781d 10h jroman /trunk/src/eps/impls/subspace/subspace.c Turn XXXMonitor into functions, instead of macros
2305 785d 02h jroman /trunk/src/eps/impls/subspace/subspace.c Sync with petsc-dev (XXXDestroy)
2283 818d 02h jroman /trunk/src/eps/impls/subspace/subspace.c Use angle brackets for includes; not finished yet
2216 976d 02h jroman /trunk/src/eps/impls/subspace/subspace.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 976d 03h jroman /trunk/src/eps/impls/subspace/subspace.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2116 1050d 00h eromero /trunk/src/eps/impls/subspace/subspace.c Updated the copyright
2070 1054d 04h jroman /trunk/src/eps/impls/subspace/subspace.c Change the definition of conv_func to return the computed error estimate instead of a boolean flag
2069 1054d 05h jroman /trunk/src/eps/impls/subspace/subspace.c Remove call to conv_func in SUBSPACE since it has its own built-in convergence criterion, difficult to adapt to the new scheme
2064 1054d 09h jroman /trunk/src/eps/impls/subspace/subspace.c Remove unused conv array
2030 1065d 14h jroman /trunk/src/eps/impls/subspace/subspace.c Continue work on new convergence test scheme; residual convergence currently disabled
2029 1066d 03h jroman /trunk/src/eps/impls/subspace/subspace.c More work on new convergence scheme
2028 1067d 12h jroman /trunk/src/eps/impls/subspace/subspace.c Some rework of subspace solver to fit new convergence scheme (not finished yet)
2027 1067d 13h jroman /trunk/src/eps/impls/subspace/subspace.c Store a random number generator context in all solvers so that random vectors are different from one call to the next
1956 1168d 03h jroman /trunk/src/eps/impls/subspace/subspace.c Change SlepcVecSetRandom to use PetscRandomGetValue
1954 1168d 04h jroman /trunk/src/eps/impls/subspace/subspace.c Avoid using IPQRDecomposition since it may generate a random vector
1953 1168d 05h jroman /trunk/src/eps/impls/subspace/subspace.c Make the AV vectors private to the eigensolvers that use them