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
2216 945d 23h jroman /trunk/src/qep/interface/qepopts.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 946d 00h jroman /trunk/src/qep/interface/qepopts.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2213 946d 01h jroman /trunk/src/qep/interface/qepopts.c Synchronize with petsc-dev: rename Cookie to ClassId
2185 979d 05h jroman /trunk/src/qep/interface/qepopts.c Fix manpage
2116 1019d 21h eromero /trunk/src/qep/interface/qepopts.c Updated the copyright
2114 1020d 01h eromero /trunk/src/qep/interface/qepopts.c Fixed issues in order to compile with complex and c++
2070 1024d 02h jroman /trunk/src/qep/interface/qepopts.c Change the definition of conv_func to return the computed error estimate instead of a boolean flag
2054 1025d 03h eromero /trunk/src/qep/interface/qepopts.c - Added Monitor{All,LG,LGAll} and {Set,Get}TrackAll to QEP and SVD
- The EPS monitors show the eigenvalues of the original problem
- More correction in EPS for the new monitors
2044 1027d 04h antodo /trunk/src/qep/interface/qepopts.c Fisrt version of the Quadratic Arnoldi method
1951 1138d 05h jroman /trunk/src/qep/interface/qepopts.c Extend previous change also to SVD and QEP
1949 1138d 07h jroman /trunk/src/qep/interface/qepopts.c Reset setupcalled when leftvecs is changed (also in QEP)
1944 1139d 01h jroman /trunk/src/qep/interface/qepopts.c Added leftvecs attribute for EPS and QEP; not used yet
1942 1139d 02h jroman /trunk/src/qep/interface/qepopts.c Set default value of 'which' in XXXSetUp_XXX for EPS and QEP
1918 1150d 05h jroman /trunk/src/qep/interface/qepopts.c Added scaling factor in QEP; not yet implemented correctly in QEPLINEAR
1907 1154d 00h jroman /trunk/src/qep/interface/qepopts.c Added ProblemType attribute to QEP
1906 1154d 00h jroman /trunk/src/qep/interface/qepopts.c Added missing Fortran interface functions for QEP
1887 1171d 02h jroman /trunk/src/qep/interface/qepopts.c Added new QEP object for quadratic eigenproblems; only the interface, no implementation yet