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
2575 585d 16h eromero /trunk/src/ip/iporthog.c Updated Copyright year.
2473 634d 17h jroman /trunk/src/ip/iporthog.c Replace sqrt with PetscSqrtReal in preparation for quad support
2394 730d 16h jroman /trunk/src/ip/iporthog.c Fix format specifiers for quad precision
2370 739d 20h jroman /trunk/src/ip/iporthog.c Use -ip_ prefix for IP options; make IP options and enumerates more consistent
2349 750d 10h jroman /trunk/src/ip/iporthog.c Private functions need not check arguments; add argument checks in some public functions
2330 754d 11h jroman /trunk/src/ip/iporthog.c Enforce coding convention - remove space before CHKERRQ
2328 754d 12h jroman /trunk/src/ip/iporthog.c Distinguish between collective and logically collective operations in manpages
2317 757d 15h jroman /trunk/src/ip/iporthog.c Enforce coding convention and style guide
2316 757d 17h jroman /trunk/src/ip/iporthog.c Remove tab characters
2305 761d 12h jroman /trunk/src/ip/iporthog.c Sync with petsc-dev (XXXDestroy)
2283 794d 11h jroman /trunk/src/ip/iporthog.c Use angle brackets for includes; not finished yet
2216 952d 11h jroman /trunk/src/ip/iporthog.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 952d 12h jroman /trunk/src/ip/iporthog.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2141 1020d 16h jroman /trunk/src/ip/iporthog.c Various fixes
2116 1026d 09h eromero /trunk/src/ip/iporthog.c Updated the copyright
2027 1043d 23h jroman /trunk/src/ip/iporthog.c Store a random number generator context in all solvers so that random vectors are different from one call to the next
1956 1144d 12h jroman /trunk/src/ip/iporthog.c Change SlepcVecSetRandom to use PetscRandomGetValue
1954 1144d 14h jroman /trunk/src/ip/iporthog.c Avoid using IPQRDecomposition since it may generate a random vector
1940 1145d 22h jroman /trunk/src/ip/iporthog.c Use more consistent names for enumerates
1877 1237d 19h antodo /trunk/src/ip/iporthog.c Check if n==0 in IPMInnerProduct
1860 1286d 21h antodo /trunk/src/ip/iporthog.c Do not estimate the norm with B-ortogonalization
1834 1312d 16h antodo /trunk/src/ip/iporthog.c Fix bug in IPOrthogonalization when nds>0 and n==0. Fix one C++ warning. Revert last changes to EPSSortEigenvalues.
1755 1415d 21h antodo /trunk/src/ip/iporthog.c Use BLAS2 instead of VecMAXPY. Minor interface changes in IPOrthogonalize.
1672 1572d 18h slepc /trunk/src/ip/iporthog.c antodo: licencia LGPL
1538 1620d 13h slepc /trunk/src/ip/iporthog.c antodo: argumento swork para IPOrthogonalize
1536 1620d 15h slepc /trunk/src/ip/iporthog.c antodo: utilizar nuevas macros para BLAS/LAPACK
1521 1627d 22h slepc /trunk/src/ip/iporthog.c jroman: Mover xxximpl.h a include/private
1509 1634d 13h slepc /trunk/src/ip/iporthog.c eloy: cambios para la nueva versión de PETSc y soporte de índices long long
1436 1996d 19h slepc /trunk/src/ip/iporthog.c antodo: bug de memoria en IPOrthogonalize. Stupid Andres!
1381 2186d 15h slepc /trunk/src/ip/iporthog.c antodo: cambiar orden parametros STMInnerProduct
1376 2186d 16h slepc /trunk/src/ip/iporthog.c antodo: comentario con el copyright
1349 2243d 16h slepc /trunk/src/ip/iporthog.c jroman: Pequeñas correcciones
1348 2243d 16h slepc /trunk/src/ip/iporthog.c antodo: utilizar objeto IP en los eigensolvers
1345 2243d 20h slepc /trunk/src/ip/iporthog.c antodo: utilizar objeto IP en los eigensolvers
1329 2263d 15h slepc /trunk/src/ip/iporthog.c antodo: nueva version mas eficiente del IP
1307 2329d 18h slepc /trunk/src/ip/iporthog.c antodo: optimizar objeto IP y utilizarlo con trlanczos
1303 2341d 13h slepc /trunk/src/ip/iporthog.c jroman: Errata
1302 2341d 16h slepc /trunk/src/ip/iporthog.c antodo: primera version de la clase IP