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
2331 750d 14h jroman /trunk/src/eps/impls/subspace/subspace.c Enforce coding convention - whitespace around parentheses and commas
2329 750d 15h jroman /trunk/src/eps/impls/subspace/subspace.c Use PetscNewLog when possible
2324 751d 03h 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 753d 19h jroman /trunk/src/eps/impls/subspace/subspace.c Enforce coding convention and style guide
2313 754d 00h jroman /trunk/src/eps/impls/subspace/subspace.c Turn XXXMonitor into functions, instead of macros
2305 757d 16h jroman /trunk/src/eps/impls/subspace/subspace.c Sync with petsc-dev (XXXDestroy)
2283 790d 16h jroman /trunk/src/eps/impls/subspace/subspace.c Use angle brackets for includes; not finished yet
2216 948d 16h jroman /trunk/src/eps/impls/subspace/subspace.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 948d 17h jroman /trunk/src/eps/impls/subspace/subspace.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2116 1022d 14h eromero /trunk/src/eps/impls/subspace/subspace.c Updated the copyright
2070 1026d 19h 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 1026d 19h 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 1026d 23h jroman /trunk/src/eps/impls/subspace/subspace.c Remove unused conv array
2030 1038d 04h jroman /trunk/src/eps/impls/subspace/subspace.c Continue work on new convergence test scheme; residual convergence currently disabled
2029 1038d 17h jroman /trunk/src/eps/impls/subspace/subspace.c More work on new convergence scheme
2028 1040d 02h jroman /trunk/src/eps/impls/subspace/subspace.c Some rework of subspace solver to fit new convergence scheme (not finished yet)
2027 1040d 03h 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 1140d 17h jroman /trunk/src/eps/impls/subspace/subspace.c Change SlepcVecSetRandom to use PetscRandomGetValue
1954 1140d 18h jroman /trunk/src/eps/impls/subspace/subspace.c Avoid using IPQRDecomposition since it may generate a random vector
1953 1140d 19h jroman /trunk/src/eps/impls/subspace/subspace.c Make the AV vectors private to the eigensolvers that use them

Show All