Make SNESView_XXX ignore viewer types it cannot handleHg-commit: bacd736a92cc499f3a02ce02ec27ea69a6f1ec33
SNESMonitor(): remove macro, implement as a functionHg-commit: 5c71ac263a531c21bae055e7e43bc37473a86b19
Fixes and cleanups for SNESReset()Hg-commit: b9ae8a3016c60329482b2acbbf5647012b35f564
Add SNESReset(), support in SNESVI to be implementedHg-commit: 2f02fd555b94075b568e02e58914cc65756705de
Move duplicated setup/destroy code from SNES impls to interfaceHg-commit: 2006b262d5b7b1216d06712c28367447af38b63c
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
removed #define PETSCXXX_DLL from top of all source filesHg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
more PCReset_XXX() doneKSPDestroy() now zeros the pointerHg-commit: 734a7781b5d7d5bb9df4814d2e579008497bc8d8
added zeroing of pointer to VecDestroyVecs()Hg-commit: f208dcada3a3f640f354f9a431cecf4c9ce81cd5
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
PetscOptionsTruth -> PetscOptionsBool and relatedHg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.Hg-commit: 9
fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b
added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
fixed misspelling of trlimpl.h to trimpl.hadded -snes_ls_monitor option to SNESLS manual pageHg-commit: d44a2ae10155f2166c0bba4c2f83cf6156bf0b52
changed ls.h to lsimpl.h and tr.h to trimpl.h to match PETSc standardsHg-commit: 8bcf7a13f708171832275be273633a95c0f68827
correcting of 0 assignments to double to be 0.Hg-commit: 4e8d3c66ce68ac50361b8dc9292a6438842e1543
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
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
removed -I$PETSC_DIR from make system and changed the corresponding#include "src/dsdsdsds" to "../src/sdsdsds" in the source codeHg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
KSPSetConvergenceTest() now takes an optional destroy() argumentKSPDefaultConverged() now has a KSPDefaultConvergedCreate() that creates a context and KSPDefaultConvergedDestroy() that should be p
KSPSetConvergenceTest() now takes an optional destroy() argumentKSPDefaultConverged() now has a KSPDefaultConvergedCreate() that creates a context and KSPDefaultConvergedDestroy() that should be passed to KSPSetConvergenceTest()Hg-commit: 74b411740b1188092b55d8d7e1f58632704dbb44
cleanups and changes to SNES: func/rhs/solution vecs management; convergence testsHg-commit: 15e4cb7fa775cc9380981d76848bbb3a406fe3c9
initial changes for better memory loggin on objectsHg-commit: 0ef7914e13d41d173ef1ba2552c26bd9f41bc807
changed bmake/common everywhere to conffixed a little more for new install systemHg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1
improvements and fixes for convergence test in SNESHg-commit: acbdafa9226bd3bce6cf3830b70955b8e0f00b6b
12345678910>>...15