Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Clear current filter

Rev Age Author Path Log message
2575 584d 22h eromero /trunk/src/ip/ Updated Copyright year.
2573 585d 20h eromero /trunk/src/ip/ Fixed style issues in ipborthog.c.
2561 592d 05h eromero /trunk/src/ip/ Fixed missing file from merge at revision 2555.
2558 592d 22h eromero /trunk/src/ip/ 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.
2555 596d 00h eromero /trunk/src/ip/ Added B-orthogonal version for Davidson solvers (merged from slepc-3_1-sym).
2538 603d 22h jroman /trunk/src/ip/ Make SlepcCheckOrthogonality return the maximum value rather than the Frobenius norm
2529 604d 19h jroman /trunk/src/ip/ Avoid using %A as format specifier; fix some tests
2512 609d 21h jroman /trunk/src/ip/ Fixes in IP tests
2473 633d 23h jroman /trunk/src/ip/ Replace sqrt with PetscSqrtReal in preparation for quad support
2469 634d 20h jroman /trunk/src/ip/ Sync with petsc-dev (PetscHeaderCreate)
2445 679d 06h jroman /trunk/src/ip/ Avoid using VecTDot with real scalars
2418 709d 04h jroman /trunk/src/ip/ Fix minor problem in SlepcUpdateVectors
2414 711d 21h jroman /trunk/src/ip/ More elaborate version of SlepcUpdateVectors_Noncontiguous
2412 712d 03h jroman /trunk/src/ip/ Make setup more robust for the case that XXXSetFromOptions was not called by the user
2410 714d 21h jroman /trunk/src/ip/ Smarter way of handling contiguous vector storage: do VecDuplicateVecs on a special vector (SlepcVecSetTemplate)
2394 729d 21h jroman /trunk/src/ip/ Fix format specifiers for quad precision
2386 735d 23h jroman /trunk/src/ip/ Non-contiguous version of SlepcVecMAXPBY
2384 736d 01h jroman /trunk/src/ip/ Use PetscOptionsHead/Tail and add PetscObjectProcessOptionsHandlers
2380 736d 21h jroman /trunk/src/ip/ Use IPSetMatrix instead of IPSetBilinearForm
2379 736d 21h jroman /trunk/src/ip/ Show matrix info also in IPView
2377 737d 02h jroman /trunk/src/ip/ Split IP operations for the two IPTypes
2376 737d 19h jroman /trunk/src/ip/ Add XXXRegisterAllCalled
2375 737d 20h jroman /trunk/src/ip/ Rearrange header files
2374 737d 21h jroman /trunk/src/ip/ Use PETSC_MAX_PATH_LEN where appropiate
2373 737d 21h jroman /trunk/src/ip/ Added IPType, not used yet
2370 739d 02h jroman /trunk/src/ip/ Use -ip_ prefix for IP options; make IP options and enumerates more consistent
2362 740d 02h jroman /trunk/src/ip/ Added the first two tests
2349 749d 15h jroman /trunk/src/ip/ Private functions need not check arguments; add argument checks in some public functions
2348 749d 19h jroman /trunk/src/ip/ Add EPSReset
2331 753d 15h jroman /trunk/src/ip/ Enforce coding convention - whitespace around parentheses and commas
2330 753d 16h jroman /trunk/src/ip/ Enforce coding convention - remove space before CHKERRQ
2328 753d 18h jroman /trunk/src/ip/ Distinguish between collective and logically collective operations in manpages
2326 753d 22h jroman /trunk/src/ip/ Make use of PetscValidLogicalCollectiveXXX macros and add some additional argument checks
2320 756d 20h jroman /trunk/src/ip/ Change ifdef/ifndef directives to if defined
2317 756d 21h jroman /trunk/src/ip/ Enforce coding convention and style guide
2316 756d 23h jroman /trunk/src/ip/ Remove tab characters
2312 759d 23h jroman /trunk/src/ip/ Update also XXXDestroy for SVD, QEP, ST and IP
2305 760d 18h jroman /trunk/src/ip/ Sync with petsc-dev (XXXDestroy)
2283 793d 17h jroman /trunk/src/ip/ Use angle brackets for includes; not finished yet
2248 835d 01h jroman /trunk/src/ip/ Rename requirespackage to requiresdefine