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
2283 788d 09h jroman /trunk/src/ Use angle brackets for includes; not finished yet
2280 790d 12h jroman /trunk/src/ Sync with petsc-dev: PETSC_MAX_REAL
2279 790d 13h jroman /trunk/src/ Sync with petsc-dev: PETSC_MAX and MatNullspaceDestroy
2275 801d 09h jroman /trunk/src/ Clean up SlepcInitialize
2274 801d 11h jroman /trunk/src/ Add SLEPC_LIB_DIR to slepcconf.h
2273 801d 12h jroman /trunk/src/ Use PetscInitialized rather than the global variable
2271 801d 14h jroman /trunk/src/ Sync with petsc-dev: prototype of VecDestroyVecs
2269 803d 20h jroman /trunk/src/ Added SlepcGetVersion, which also return the SVN revision number in slepc-dev
2268 804d 17h eromero /trunk/src/ In gd and jd, the KSPSetUp will be called in EPSSolve.
Uninitialised value fixed in gd and jd solvers.
2264 805d 10h jroman /trunk/src/ Sync with petsc-dev: new prototype of VecDestroyVecs
2258 818d 11h jroman /trunk/src/ Prepend .. to includes from src
2256 818d 17h jroman /trunk/src/ Add output file for new example ex16f90
2253 819d 06h jroman /trunk/src/ Added QEP example in Fortran 90
2252 819d 09h jroman /trunk/src/ Merge from release (QEP fortran interface)
2248 829d 16h jroman /trunk/src/ Rename requirespackage to requiresdefine
2247 836d 08h eromero /trunk/src/ Bug fixed solving GEP due to the change r2245
2246 836d 08h eromero /trunk/src/ Adapted MatLoad to the new prototype
2245 836d 10h eromero /trunk/src/ Solved issue about compiling veccomp with g++
2244 836d 10h eromero /trunk/src/ Adapted Davidson solvers to support several calls to EPSSolve
2242 840d 10h jroman /trunk/src/ Various fixes to the online documentation
2241 885d 16h jroman /trunk/src/ Sychronize with petsc-dev (remove DLLEXPORT; PETSC_STDCALL moved to fortranimpl.h)
2240 885d 16h jroman /trunk/src/ Sychronize with petsc-dev (lowercase EXTERN)
2231 924d 08h jroman /trunk/src/ Remove compiler warnings
2230 944d 15h jroman /trunk/src/ Internal KSP should not be viewed in STView for STFOLD if not a generalized problem
2228 945d 07h jroman /trunk/src/ STShellSetName still appeared in the Fortran stubs
2226 945d 08h eromero /trunk/src/ Fixed problem with FUNCT macro in veccomp
2225 945d 10h jroman /trunk/src/ Eliminate 'name' attribute of shell ST, use PetscObjectSetName instead
2224 945d 10h jroman /trunk/src/ Use PetscObjectPrintClassNamePrefixType in XXXView
2223 945d 10h jroman /trunk/src/ Fix __FUNCT__ macro in many places
2221 945d 11h jroman /trunk/src/ Synchronize with petsc-dev: use PetscTry/UseMethod instead of PetscObjectQueryFunction
2220 946d 07h jroman /trunk/src/ Synchronize with petsc-dev: add new argument to ISCreateBlock
2219 946d 07h jroman /trunk/src/ Synchronize with petsc-dev: fix various compilation problems
2218 946d 08h jroman /trunk/src/ Synchronize with petsc-dev: remove call to PetscPublishAll
2217 946d 08h jroman /trunk/src/ Synchronize with petsc-dev: rename INSTALL_DIR to DESTDIR in makefiles
2216 946d 08h jroman /trunk/src/ Synchronize with petsc-dev: change PetscTruth to PetscBool
2215 946d 09h jroman /trunk/src/ Synchronize with petsc-dev: remove underscores from viewer typenames
2214 946d 10h jroman /trunk/src/ Synchronize with petsc-dev: add communicator as first argument to SETERRQ macro
2213 946d 11h jroman /trunk/src/ Synchronize with petsc-dev: rename Cookie to ClassId
2212 955d 13h jroman /trunk/src/ Usage of const char* as suggested by Lisandro
2206 964d 13h eromero /trunk/src/ Removed the profiler from the jd and gd
Moved petsc events from dvd_blas to slepcinit