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
2116 1019d 14h eromero /trunk/src/examples/ex12.c Updated the copyright
1947 1138d 00h jroman /trunk/src/examples/ex12.c More work on left eigenvectors:
- Remove solver class attribute in EPS
- Use leftvecs attribute instead
- Dispatch eps->ops->solve method in EPSSetUp_XXX
1937 1139d 18h jroman /trunk/src/examples/ex12.c Added EPSSetInitialSpaceLeft for providing initial left vectors; now ex12 works again
1936 1139d 19h jroman /trunk/src/examples/ex12.c Consistent naming of functions related to left eigenvectors
1933 1143d 22h jroman /trunk/src/examples/ex12.c Replaced EPSSetInitialVector by the new function EPSSetInitialSpace; still more work required for left initial vectors
1672 1565d 23h slepc /trunk/src/examples/ex12.c antodo: licencia LGPL
1575 1592d 20h slepc /trunk/src/examples/ex12.c jroman: Añadir variable mpd en EPS y SVD
1507 1627d 21h slepc /trunk/src/examples/ex12.c jroman: Cambiar declaracion del argumento de XXXGetType
1505 1627d 22h slepc /trunk/src/examples/ex12.c jroman: Cambiar int por PetscInt
1376 2179d 21h slepc /trunk/src/examples/ex12.c antodo: comentario con el copyright
1162 2540d 16h slepc /trunk/src/examples/ex12.c jroman: Imprimir error con %12g
1156 2566d 18h slepc /trunk/src/examples/ex12.c jroman: Ajustar los saltos de línea en "help"
1090 2634d 22h slepc /trunk/src/examples/ex12.c antodo: usar PetscErrorCode para ierr
983 2781d 21h slepc /trunk/src/examples/ex12.c antodo: cambios cosméticos en los ejemplos
982 2781d 22h slepc /trunk/src/examples/ex12.c antodo: sincronizar con el parche 2.3.0-1
947 2880d 03h dsic.upv.es!jroman /trunk/src/examples/ex12.c Modify ex12

(Logical change 1.346)
828 2978d 19h dsic.upv.es!antodo /trunk/src/examples/ex12.c Updated to new Vec and Mat interface.

(Logical change 1.301)
782 3001d 19h dsic.upv.es!jroman /trunk/src/examples/ex12.c Infrastructure for computation of left eigenvectors with two-sided solvers

2005/02/24 13:11:56+01:00 dsic.upv.es!jroman

(Logical change 1.286)
781 3001d 19h dsic.upv.es!jroman /trunk/src/examples/ex12.c Initial revision