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
2575 609d 12h eromero /trunk/src/eps/examples/tests/test3.c Updated Copyright year.
2558 617d 12h eromero /trunk/src/eps/examples/tests/test3.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 620d 11h eromero /trunk/src/eps/examples/tests/test3.c Changed EPS tests, removing from the output the number of iterations and constraining more the tolerance.
2508 635d 08h jroman /trunk/src/eps/examples/tests/test3.c Fix format specifiers and use EPSPrintSolution in EPS tests
2399 746d 18h jroman /trunk/src/eps/examples/tests/test3.c Print messages according to original intention of test3
2397 751d 05h eromero /trunk/src/eps/examples/tests/test3.c Fixed bug, EPSDefaultFreeWork didn't set eps->nwork to zero.
Increased the default max_it for davidson solvers.
Updated eps runtest1_1 for testing with other important eps types.
Updated eps test3 to call appropriated EPSSetWhichEigenpairs.
Fixed minor error in the eps tests makefile.
2387 757d 19h jroman /trunk/src/eps/examples/tests/test3.c Added two new tests in EPS; test3 does not work yet