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
Make TSPseudo work for systems in fully implicit formHg-commit: ce925e9501cdbf5519d2bc0f987ec0ef593d4a09
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
completed PetscValidLogicallyCollectiveXXX() routines and usageHg-commit: 374cfa6c3abbd90ea5b27fc02813ca73ae37b846
finished labelling manual pages as Logically or Neighbor-wise CollectiveHg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517
finished formating of SETERRQ() calls and changed a few PETSC_COMM_SELF to appropriate commHg-commit: 099173676d5157f4b09175cd1f5104bf5e549784
added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
Allow Jacobians to be changed at the SNES level is TSPSEUDO.This facilitates using the most efficient FD-coloring Jacobian alongwith TSIFunction.Hg-commit: de9b6a419f6c460acf31e0d6683911e8a0dea8
Allow Jacobians to be changed at the SNES level is TSPSEUDO.This facilitates using the most efficient FD-coloring Jacobian alongwith TSIFunction.Hg-commit: de9b6a419f6c460acf31e0d6683911e8a0dea897
Add SNESTSFormFunction() and SNESTSFormJacobian()This allows more efficient construction of Jacobians via coloring.It will also permit cleaner (unified) SNES setup, but such changes have not been
Add SNESTSFormFunction() and SNESTSFormJacobian()This allows more efficient construction of Jacobians via coloring.It will also permit cleaner (unified) SNES setup, but such changes have not been done in this patch.Hg-commit: 1c6f04a3bbb36bcb334df27b3292bf0038e1c18c
changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
DAE support for TSPSEUDOHg-commit: e90e768170d1d504bb30ea4ec0a7617b29b61b65
Man page for TSPSEUDOHg-commit: f6935f06c5cddfec36cfb332deca9a869862d96e
Modify TSSetPreStep and TSSetPostStep to run every step rather than once per call to TSStep.It was not useful to place these at the start and end of the entiretime-stepping sequence (because the u
Modify TSSetPreStep and TSSetPostStep to run every step rather than once per call to TSStep.It was not useful to place these at the start and end of the entiretime-stepping sequence (because the user might as well have called theirfunctions directly). With these hooks, it is at least possible for theuser to implement IMEX schemes within TS.Hg-commit: 772bf07ee669084a0a1feeeabdadc0153e52d6da
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
added PetscObjectIncrementTabLevel() for creations of SNES objectHg-commit: 8b7b4b086057e586132232ba71d516c55e48372b
changes for solving the strict aliasing issue in PetscObject and derivedHg-commit: 278faecc91564f5495fa9f7d48380d547995fa45
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
better names for some SNES routinesHg-commit: e8b51a21e560747eabaff7d45a1b453880becc5b
1234567891011