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
2823 389d 01h jroman /trunk/src/eps/examples/tests/test2.c Sync with petsc-dev: rename PetscTypeCompare to PetscObjectTypeCompare
2717 459d 16h jroman /trunk/src/eps/examples/tests/test2.c Sync with petsc-dev (mainly add MatSetUp where required); also update example outputs for new tolerances
2575 581d 18h eromero /trunk/src/eps/examples/tests/test2.c Updated Copyright year.
2558 589d 18h eromero /trunk/src/eps/examples/tests/test2.c Changed EPS tests considering complex arithmetic.
Passed EPS tests for real and complex arithmetics.
Fixed bug in Davidson methods: when B-orthogonalizing, the eigenvectors are 2-normalized.
Relaxed the constrain that keeps the norm result real.
2557 592d 17h eromero /trunk/src/eps/examples/tests/test2.c Changed EPS tests, removing from the output the number of iterations and constraining more the tolerance.
2508 607d 15h jroman /trunk/src/eps/examples/tests/test2.c Fix format specifiers and use EPSPrintSolution in EPS tests
2401 718d 15h jroman /trunk/src/eps/examples/tests/test2.c Improve EPS tests
2387 730d 01h jroman /trunk/src/eps/examples/tests/test2.c Added two new tests in EPS; test3 does not work yet