fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automatically
fixed .bib entries with Gail's correctionsremoved all checks of nonzero pointer before call to PetscFree and setting to zero of pointer after PetscFree, since PetscFree() does that all automaticallyHg-commit: 0f5bef9ea1fcd7ad8418fab6181ef990ea35c1db
show more ...
moved mhyp.c to seperate directory so do not need if defined hypre for entire fileHg-commit: 5909da589d1be4b138405b1dbdf4bea0def124c1
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
commit after mergeHg-commit: 9ed2cb431947553955f0ce85412d290cc41bb35c
fixed some mansec = DA and mansec = DMDA mistakes from previous changesHg-commit: 5d8cac658961538ec6e588146350f5f4e566d4b7
Better PetscStackCallHypre macro, uses "#" for function name, so that they stay consistentHg-commit: 85003f8e9e094c6e7e1888cce0aa07e6772586a8
Fix include path for mhyp.hHg-commit: 2e196384145312521847375b3df09634634f0a96
commit after monster merge with Jed's changes to Truth/Bool broke some stuffHg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
finished transistion of DAXXX to DMDAXXXXHg-commit: 86cda14def53e12145f562bc5ffa2be6f2362b57
More clean up after messy sed in original conversion: (PetscBool *) -> (PetscBool*)Hg-commit: 99f43e32bebfd5fb118e75e6da20a7d2d249e0b2
Clean up after messy sed in original conversion: (PetscBool ) -> (PetscBool)Hg-commit: d2297d04e5f4a401f60e8ca64322828d2eec0c0c
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
finished error checking wrappers around hypre callsHg-commit: a53a12fb595dcfb6f9b878ddd54c3103568adb1a
minor formating of short linesadded PetscStackCallHypre() for some hypre calls to do more extensive error checkingadded sends/recvs to PetscSynchronizedFlush() to prevent flooding network with mess
minor formating of short linesadded PetscStackCallHypre() for some hypre calls to do more extensive error checkingadded sends/recvs to PetscSynchronizedFlush() to prevent flooding network with messagesHg-commit: ee1bdc170b4d43abd68debf113987237fe5b2e2c
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
the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tearsHg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicatorreformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicatorreformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate lineHg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5
added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
commit after merge of patch to 3.1 that removed extraneous include "matimpl.h"Hg-commit: cd6e3c721ebe97497a0385b2e30092de3c1f5f43
PC implementations should not access matimpl.h (the internals of matrices) unless they really need to, removed several unneeded accesses.Hg-commit: ed08571d0731ceb766180178f75857634f029a0a
general cleanup of petscsys.hremoved PetscStrfree() since PetscFree() does the same thingHg-commit: 383ece197d31b92016b12ff3a62a2e744f8d981d
merge from 31-p1Hg-commit: 862efa09182c710aba624593b4f9b5c375d445be
1...<<1112131415