Rename include/private/ to include/petsc-private/Hg-commit: 9a1730720b0d9756437b40462617551504641ade
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
fix manual for PCJacobiHg-commit: ca3cff21ce0a8559824773e0596f57cfba2deddb
changed sqrt() to PetscSqrtReal() to work properly with __float128changed some %G to use %14.12e and (double) to work with __float128Hg-commit: a8faa4e64896cf76f3f64094484ef5e06761417b
converted rest of source code to take pointers into destructor reoutines. make test workdsHg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
fixed some PCResetHg-commit: 1a6f5fc1c27b74d8f5d610cf83563c4ec287b72b
got gfortran quad precision also working for 4.6added more pcreset for other PCsHg-commit: 9ecce33931895bae4575b370a4bd88f21e9fd656
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
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 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
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
started adding Logically or Neighbor-wise Collective to manual pagesHg-commit: 7a478f9b05148e2efabc037328838c5851772610
fixed KSPSetPreconditionerSide() that was suppose to be KSPGetPCSide()Hg-commit: 068117fbd4fb4281de7587f212174056f2cf30b1
changed -ksp_right_pc and friends to -ksp_pc_side right,left,symmetricchanged KSPSetPreconditionerSide() to KSPSetPCSide() to match second argument which is PCSide not PreconditionerSideHg-commit:
changed -ksp_right_pc and friends to -ksp_pc_side right,left,symmetricchanged KSPSetPreconditionerSide() to KSPSetPCSide() to match second argument which is PCSide not PreconditionerSideHg-commit: 80ca67847b9d07b490f4014f7a90ed092dfe28e4
changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
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
Added MatGetRowSum() and made it an option for Jacobi - This replicated mass lumpingHg-commit: 14b623c315dcdf693001a04c15548ee947e0cf8e
changed MatGetRowMax() to MatGetRowMaxAbs() corrected for all cases added MatGetRowMax() and MatGetRowMin() implemented for SeqAIJ and SeqDenseHg-commit: d30c19208a05a3736f31c2cee3e9876a19389d7c
Turn off lgrind auto-download since it is not currently usedEnhance developers webpage with links on "how to" make new KSP and PC classes and Mat subclassAdd information to MatCreate_SuperLU sour
Turn off lgrind auto-download since it is not currently usedEnhance developers webpage with links on "how to" make new KSP and PC classes and Mat subclassAdd information to MatCreate_SuperLU source code to assist others in making Mat subclassesHg-commit: d9f3628b2547a9506b1adcf604e3e363e8cee754
12345