changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
updated all references to troubleshooting.html to faq.html since troubleshooting.html is removedHg-commit: f2ea5979ffd78c204cf4d8039a401151639db052
moved useful troubleshooting files to faq.html and removed troubleshooting pageHg-commit: 807c8f03460a20295db1b3da3eb200ab86f45288
static linkage for floating point error_codesRemove error_codes array for the default case because it was not beingreferenced.Hg-commit: 77a8ce8475e6bad3a74b37ade371a7dbbedde86b
petsc.h --> petscsys.h (fortran equivalents also)new petsc.h that includes all PETSc includes is addedHg-commit: a82a9bcb80ed39c69991db706672838a5b792d44
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over t
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over the place because included by petsc.hHg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce
show more ...
use -lpetsc for single-library=1 and -lpetscsys for single-library=0Hg-commit: a8480cd095925bfa279aced5ffe2f4a4f100ebbd
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
PetscSleep now takes a PetscRealPetscDrawGetPause and PetscDrawSetPause also take PetscReal-draw_pause takes real valuesHg-commit: 5704078f50576596756b730ece1fd2c58071fd38
cleanup of many makefiles removed outdated and old style crudHg-commit: eaa8d3fd8168d422b0b437697ce75e0f89c760b6
removed -DPETSC_LIB_DIR from makefiles and put into petscconf.hHg-commit: 867ddc0e656a5c56bf279251b4526bb02a6ee2c2
updated docs on valgrind now working on Applefixed bug in MatLUFactorNumeric_SeqAIJ() introduced recently that was detected by valgrind wherers was set by diagonal value before diagonal value set.
updated docs on valgrind now working on Applefixed bug in MatLUFactorNumeric_SeqAIJ() introduced recently that was detected by valgrind wherers was set by diagonal value before diagonal value set.Hg-commit: 97a474b9225457a9d1d75ffa0ae73b1b5bab2a0a
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth vari
changed PetscOptionsName() and PetscOptionsHasName() to return true if option is set, regardless of the value it is set to, include 0 and false changed most uses of these routines to the Truth varientHg-commit: fd6366abd7eb1f3ec925faa0ecd078d5cc025eb2
Fixed another problemHg-commit: 2655037144ab278f17680579386d7d5f558ec57d
Fixed compile problemHg-commit: 99803aaf5223b0e4b1cf795cfe94614ddf49316e
#18972 build error with '--with-c-support --with-clanguage=cxx'Hg-commit: d53356b232bfd555b3f038d4c7bf01d4a037ec1a
add '-start_in_debugger kdbg'Hg-commit: a0f900b6136104956791f7f12c96d867c7a38f1a
slightly more work on wirebasket interpolation for DAHg-commit: 204f4784aa40185738e1762998751adb77ac467c
Added option -debug_terminal.This allows using a terminal instead of xterm for the debugger. Also,the debugger can be started as one window per process in a GNU screensession.Hg-commit: 2934c7
Added option -debug_terminal.This allows using a terminal instead of xterm for the debugger. Also,the debugger can be started as one window per process in a GNU screensession.Hg-commit: 2934c7e4b9d112c31381140f036d6d607d8735e6
fixed some array args to use [ instead of * in argument listsadded some missing const to some array argsHg-commit: 3a9a34956c6d1c6a198ed6e9700f21d6d87db4cf
after two fixes to incorrect code in paper bicgstab sometimes works but still must have bugsHg-commit: 67aa49cd331b1665f41b346fd8565641db38ab73
Now parallel prints allow arbitrarily big messages- Also VSNPrintf() returns the size without a limitHg-commit: 9e3fbe04a926857a0cd01a10b4bbb22ae2b0d550
changed PetscLogClassRegister() to PetscCookieRegister() and fixed calling sequenceHg-commit: 9bf4c5c14bd579a1e7136bac681411624d111bf5
changed -np to -n for option used to pass number of processes to mpiexec in PETSc makefiles etcHg-commit: 32818c3c1dacc61b71d5dc1de8d364ff38c269b9
made DMGetLocalVector() and DMGetGlobalVector() stand-alone functions that work with any DMchanged the composed objects in DMComposite to DM from DAHg-commit: e693f1ec2c66fcf8f65eeeeeaa24929afe6
made DMGetLocalVector() and DMGetGlobalVector() stand-alone functions that work with any DMchanged the composed objects in DMComposite to DM from DAHg-commit: e693f1ec2c66fcf8f65eeeeeaa24929afe65f9d9
1...<<212223