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
2214 945d 04h jroman /trunk/src/qep/interface/qepsetup.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2213 945d 05h jroman /trunk/src/qep/interface/qepsetup.c Synchronize with petsc-dev: rename Cookie to ClassId
2116 1019d 01h eromero /trunk/src/qep/interface/qepsetup.c Updated the copyright
2068 1023d 07h jroman /trunk/src/qep/interface/qepsetup.c Remove unused conv and Z arrays in QEP
2044 1026d 08h antodo /trunk/src/qep/interface/qepsetup.c Fisrt version of the Quadratic Arnoldi method
2027 1036d 14h jroman /trunk/src/qep/interface/qepsetup.c Store a random number generator context in all solvers so that random vectors are different from one call to the next
1952 1137d 07h jroman /trunk/src/qep/interface/qepsetup.c Replace XXXSetInitialVector by XXXSetInitialSpace also in SVD and QEP
1930 1143d 12h jroman /trunk/src/qep/interface/qepsetup.c Use attributes n and nloc to store global and local problem dimensions in QEP
1918 1149d 09h jroman /trunk/src/qep/interface/qepsetup.c Added scaling factor in QEP; not yet implemented correctly in QEPLINEAR
1907 1153d 04h jroman /trunk/src/qep/interface/qepsetup.c Added ProblemType attribute to QEP
1902 1158d 05h jroman /trunk/src/qep/interface/qepsetup.c Extract QEP eigenvector from the top or bottom part depending on the magnitude of the eigenvalue
1891 1168d 03h jroman /trunk/src/qep/interface/qepsetup.c First version of the linearization QEP solver; needs more work
1887 1170d 06h jroman /trunk/src/qep/interface/qepsetup.c Added new QEP object for quadratic eigenproblems; only the interface, no implementation yet