n the document of SNESLineSearchSetPostCheck,w = x + yHowever, the code implementation isw = x - yHg-commit: 0e3ff3d04f2cecd5a6999dbf7c0bf91b7a76bcba
SNESMonitor(): remove macro, implement as a functionHg-commit: 5c71ac263a531c21bae055e7e43bc37473a86b19
converted rest of source code to take pointers into destructor reoutines. make test workdsHg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
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
updated SNESLineSearchSetParams() to use function composition so it will not crash if called on a non-line search SNESHg-commit: 66bba34ad19d2fd1aa409942e77e34e005f654a8
finished basic support for __float128Hg-commit: ae6323f37787bba35aaa6ab78aa53432011da446
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
Fixed problem with <valarray> and isinf()- Also clarified some includesHg-commit: 6253ac1d13616dccb97998a97af31b674ca3f4da
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
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
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
finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
Fixed __FUNCT__ definition: SNESLineSearchSetParams, not SNESSetLineSearchParams.Hg-commit: 572912f06af73c1c9e18237df2a37b1c24f30e44
Fixed __FUNCT__ definition: SNESLineSearchGetParams instead of SNESGetLineSearchParams.Hg-commit: 450993656b19b436516be21fcda36397439452f3
changed SNES_DIVERGED_LS to SNES_DIVERGED_LINE_SEARCHHg-commit: c3ca63820d0b46d93f7cb0ed9eb79f7bf0d3add4
fixed typo in cubic line search monitor messageHg-commit: b11d69343d3a90e0a9a24a1763236b1f39a5a03e
completed PetscValidLogicallyCollectiveXXX() routines and usageHg-commit: 374cfa6c3abbd90ea5b27fc02813ca73ae37b846
finished labelling manual pages as Logically or Neighbor-wise CollectiveHg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517
added minlambda to SNESLineSearchSet/GetParams()Hg-commit: 4bfd364a19677036b14db0355ce993450252a824
12345678910>>...21