Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Clear current filter

Rev Age Author Path Log message
2823 386d 06h jroman /trunk/src/qep/examples/tests/test1.c Sync with petsc-dev: rename PetscTypeCompare to PetscObjectTypeCompare
2717 456d 22h jroman /trunk/src/qep/examples/tests/test1.c Sync with petsc-dev (mainly add MatSetUp where required); also update example outputs for new tolerances
2575 578d 23h eromero /trunk/src/qep/examples/tests/test1.c Updated Copyright year.
2563 585d 21h eromero /trunk/src/qep/examples/tests/test1.c Updated QEP test considering complex arithmetic.
Updated QEP test1 to pass with gd and jd.
Added QEP test2 to test a simple QEP problem.
2534 598d 04h jroman /trunk/src/qep/examples/tests/test1.c Do not print iterations in QEP test
2527 598d 22h jroman /trunk/src/qep/examples/tests/test1.c Clean QEP tests; still two tests not passed
2514 603d 21h jroman /trunk/src/qep/examples/tests/test1.c The test directory was missing in previous commit
2457 667d 04h eromero /trunk/src/qep/examples/tests/test1.c Added a test to solve a QEP without calling QEPSetFromOptions.
2355 739d 00h jroman /trunk/src/qep/examples/tutorials/ex16.c Distribute examples across the tree; not finished yet
2331 747d 16h jroman /trunk/src/examples/ex16.c Enforce coding convention - whitespace around parentheses and commas
2330 747d 18h jroman /trunk/src/examples/ex16.c Enforce coding convention - remove space before CHKERRQ
2320 750d 21h jroman /trunk/src/examples/ex16.c Change ifdef/ifndef directives to if defined
2317 750d 22h jroman /trunk/src/examples/ex16.c Enforce coding convention and style guide
2316 751d 01h jroman /trunk/src/examples/ex16.c Remove tab characters
2312 754d 00h jroman /trunk/src/examples/ex16.c Update also XXXDestroy for SVD, QEP, ST and IP
2305 754d 19h jroman /trunk/src/examples/ex16.c Sync with petsc-dev (XXXDestroy)
2283 787d 19h jroman /trunk/src/examples/ex16.c Use angle brackets for includes; not finished yet
2216 945d 18h jroman /trunk/src/examples/ex16.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2177 985d 22h jroman /trunk/src/examples/ex16.c Merge from release
2116 1019d 16h eromero /trunk/src/examples/ex16.c Updated the copyright
2101 1020d 00h jroman /trunk/src/examples/ex16.c Add problem_type in ex16
1961 1103d 22h antodo /trunk/src/examples/ex16.c Fix MatSetValues calls in some examples
1893 1167d 22h jroman /trunk/src/examples/ex16.c Simplify computation of relative error
1890 1168d 21h jroman /trunk/src/examples/ex16.c Use correct order of coefficient matrices in quadratic problem (now in the example)
1887 1170d 21h jroman /trunk/src/examples/ex16.c Added new QEP object for quadratic eigenproblems; only the interface, no implementation yet