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 ...
Fortran bindings for PCRedundantGetKSP() need to include "petscksp.h", why is bfort not smart enough to pick up direct includes?Hg-commit: d2b300ce8a853af044faf90a0161016264d4dfff
changed PCREDUNDANT to actually use the KSP in the object! Now -redundant_ksp_type gmres for example worksHg-commit: 9791ff14682958a0f4a5fdcb00bfb1afee0eb564
added Matlab PetscOptionsSetValue() anddeveloper notes on PCSetInitialGuessNonzero()Hg-commit: 5002a2a1c6352b05d17a90a5cb0e73986b8055fe
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
finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d
merged ISCreateGeneral(), ISCreateGeneralNC() and ISCreateGeneralWithArray()Hg-commit: 6b6d97a9614bebe6ee4abe6a5cb88a816f7fa364
add PetscSubcommSetNumber(), PetscSubcommSetType(); update PetscSubcommCreate()Hg-commit: c04222d17a3d4758d323a78ce7695388d712e974
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
PCView_Redundant() should only print view of first KSP/PCHg-commit: a8b3c47d4d20f55889f3affede27a758de0631fe
add PetscSubcommType in PetscSubcommCreate(); add PetscSubcommCreate_contiguous().Hg-commit: 67df4fdba5bd71cd800342754b2658fab14f1c2c
commit after merge of patch to 3.1 of PCDestroy_Redundant that should have destroyed subksp firstHg-commit: 0e378f8bfae657f75bf61073b0da00e1be5d39ae
need to destroy ksp that uses subcommunictor before freeing subcommunitcatorHg-commit: 574ac1aca70da4a381904e9ad5843125a63cdc56
finished labelling manual pages as Logically or Neighbor-wise CollectiveHg-commit: 8a714c954b7624fb9d7cacbaa621300eebb99517
removed many unused variablessmall amount of reformatingadded use of all arguments in MPIUNI call to prevent complaints about unused valuesHg-commit: f1e85e77153d4207c8ab2522ae8e9ec72b7358ec
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
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
changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
fixed PCView_Redundant() so it will not crash if it is not yet setuppetsc-maint 43609Hg-commit: 65606a034d3227abc104637fa2c8e2c8f2969f9c
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
fixed many outdated malloc of several arrays at the same time to use PetscMallocN() insteadfixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell commandHg-commit: db7
fixed many outdated malloc of several arrays at the same time to use PetscMallocN() insteadfixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell commandHg-commit: db793741ae0135c011d800b787b94e2bfd91670d
123456789