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 580d 15h eromero /trunk/src/st/impls/precond/precond.c Updated Copyright year.
2425 698d 22h eromero /trunk/src/st/impls/precond/precond.c STPrecond doesn't build a preconditioner by default if matmode is shell
2365 734d 23h jroman /trunk/src/st/impls/precond/precond.c Rework EPSView and STView
2364 735d 12h jroman /trunk/src/st/impls/precond/precond.c Move KSP creation to STGetKSP
2348 745d 12h jroman /trunk/src/st/impls/precond/precond.c Add EPSReset
2347 745d 15h jroman /trunk/src/st/impls/precond/precond.c Reorder functions in precond.c
2333 748d 19h jroman /trunk/src/st/impls/precond/precond.c checknullspace should be in the _STOps table
2331 749d 08h jroman /trunk/src/st/impls/precond/precond.c Enforce coding convention - whitespace around parentheses and commas
2330 749d 10h jroman /trunk/src/st/impls/precond/precond.c Enforce coding convention - remove space before CHKERRQ
2329 749d 10h jroman /trunk/src/st/impls/precond/precond.c Use PetscNewLog when possible
2328 749d 11h jroman /trunk/src/st/impls/precond/precond.c Distinguish between collective and logically collective operations in manpages
2326 749d 15h jroman /trunk/src/st/impls/precond/precond.c Make use of PetscValidLogicalCollectiveXXX macros and add some additional argument checks
2318 752d 14h jroman /trunk/src/st/impls/precond/precond.c Remove SlepcNotImplemented functions
2317 752d 14h jroman /trunk/src/st/impls/precond/precond.c Enforce coding convention and style guide
2305 756d 11h jroman /trunk/src/st/impls/precond/precond.c Sync with petsc-dev (XXXDestroy)
2302 768d 16h eromero /trunk/src/st/impls/precond/precond.c Use the matrix provided by STPrecondSetMatForPC, automatically.
Bug fixed at dvd_updateV_start.
Bug fixed at VecNorm_Comp.
2283 789d 11h jroman /trunk/src/st/impls/precond/precond.c Use angle brackets for includes; not finished yet
2280 791d 14h jroman /trunk/src/st/impls/precond/precond.c Sync with petsc-dev: PETSC_MAX_REAL
2279 791d 15h jroman /trunk/src/st/impls/precond/precond.c Sync with petsc-dev: PETSC_MAX and MatNullspaceDestroy
2223 946d 12h jroman /trunk/src/st/impls/precond/precond.c Fix __FUNCT__ macro in many places
2221 946d 13h jroman /trunk/src/st/impls/precond/precond.c Synchronize with petsc-dev: use PetscTry/UseMethod instead of PetscObjectQueryFunction
2216 947d 10h jroman /trunk/src/st/impls/precond/precond.c Synchronize with petsc-dev: change PetscTruth to PetscBool
2214 947d 11h jroman /trunk/src/st/impls/precond/precond.c Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2213 947d 12h jroman /trunk/src/st/impls/precond/precond.c Synchronize with petsc-dev: rename Cookie to ClassId
2182 981d 20h eromero /trunk/src/st/impls/precond/precond.c Fixed bugs and improved the safety about setting the operators in the ksp and pc objects
2177 987d 14h jroman /trunk/src/st/impls/precond/precond.c Merge from release
2152 1000d 22h eromero /trunk/src/st/impls/precond/precond.c - Bug fixed in STPrecondSetMatForPC
- Bug fixed: wrong overload of VecAYPX in comp vectors
- Removed more compiling warnings
2140 1015d 16h jroman /trunk/src/st/impls/precond/precond.c Fix some more warnings
2116 1021d 08h eromero /trunk/src/st/impls/precond/precond.c Updated the copyright
2110 1021d 13h jroman /trunk/src/st/impls/precond/precond.c Add missing comment at the beginning of new files
2100 1021d 17h eromero /trunk/src/st/impls/precond/precond.c Bug fixed: MatHasOperation of MATOP_AXPY returns false even when the AXPY is actually implemented
2086 1022d 13h eromero /trunk/src/st/impls/precond/precond.c precond also uses the value of defsigma
2021 1042d 06h eromero /trunk/src/st/impls/precond/precond.c - Removed checknullspace from STPrecond
- Postponed the default type of st->ksp->pc until the setfromoptions or setup in STPrecond
- CHKERRQified a lot of code
- bug fixed (although unimportant): enforced ldpX and ldpY to d->size_H in dvd_updateV_conv_gen and dvd_updateV_restart_gen
- bug fixed: davidson solvers modified eps->ispositive bothering SVD
- Added mpd and the left vectors checkings to davidson solvers
2020 1042d 13h eromero /trunk/src/st/impls/precond/precond.c - Changed STPrecondSetMatForKSP to STPrecondSetKSPHasMat
2014 1042d 21h eromero /trunk/src/st/impls/precond/precond.c - Set better default values for st->ksp in st precond and eps jd
2012 1043d 19h eromero /trunk/src/st/impls/precond/precond.c - Adapted veccomp, precond, gd and jd to PETSc with c++
2006 1047d 19h eromero /trunk/src/st/impls/precond/precond.c - Set preonly as default type for st->ksp
2000 1054d 15h eromero /trunk/src/st/impls/precond/precond.c - Improved the robustness of the setup of STPrecond: avoid crashing when the matrix for the preconditioner of the st->ksp->pc set by user is useless
1999 1054d 20h eromero /trunk/src/st/impls/precond/precond.c - STPrecond does not build the default matrix for preconditioning if the associated pc is PCNONE
1997 1054d 21h eromero /trunk/src/st/impls/precond/precond.c - Made STPrecondGetMatForPC(st,P) be equivalent to STGetKSP(st,ksp), KSPSetOperator(ksp,0,P)
- Infinite value shifts supported by STPrecond
- Adapted Davidson solvers for STPrecond