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
show more ...
some fixes for dynamic libraries load including adding characteristic, fixes for multiple librariesremoved Usage Statistics from webpages since had no useful informationHg-commit: 60bc2b7630581287
some fixes for dynamic libraries load including adding characteristic, fixes for multiple librariesremoved Usage Statistics from webpages since had no useful informationHg-commit: 60bc2b76305812878b4dd93b664f25326281ac25
a few reformating of SETERRQX() and replacing of PETSC_COMM_SELF with more appropriate communicatorHg-commit: 49045fdc9861811799c249237e36dc69203313e1
added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
general cleanup of petscsys.hremoved PetscStrfree() since PetscFree() does the same thingHg-commit: 383ece197d31b92016b12ff3a62a2e744f8d981d
systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing
systematically changed use of phrase of ./config/configure.py to ./configure to have one consistent (and standardish) way of refering to it. Having two ways of refering to the same thing is confusing and unneccesaryHg-commit: fcd327f3f4fcb82c63cd1afe8da55ad84e8250f3
commit after pull of manual pages patches for 3.1Hg-commit: fdda79b9b0cfa271aff815250a8f6761d22b5ee8
fixed several incomplete manual pagesHg-commit: 83072ea5b395c8c066bac989389f697c873f8449
changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
petsc.h --> petscsys.h (fortran equivalents also)new petsc.h that includes all PETSc includes is addedHg-commit: a82a9bcb80ed39c69991db706672838a5b792d44
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over t
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over the place because included by petsc.hHg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce
added support for GUI interface for PetscOptionsList()Hg-commit: 87eec443dcebecef24166f250c0681dec26290ce
use -lpetsc for single-library=1 and -lpetscsys for single-library=0Hg-commit: a8480cd095925bfa279aced5ffe2f4a4f100ebbd
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
added MPIU_INTEGER for Fortranconverted many more ugly multiple mallocs to use PetscMallocN()Hg-commit: 6332e45bf3b90c2617b87da25cdc8572dba04922
cleanup of many makefiles removed outdated and old style crudHg-commit: eaa8d3fd8168d422b0b437697ce75e0f89c760b6
added support for --with-single-library for shared and dynamic librariesadded crossreferences for some manual pages related to dynamic librariesHg-commit: f6523bffdfead1bc1f3975ed5420f64458a4cbf1
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
Backed out changeset a31ae7b7d2d7Hg-commit: 5aa2d7dfdbfe31f64b92ea79103b9af9202d8d53
got Python PETSc called from C PETSc example running, had to add two horrible hacks, first for the location of the Python dynamic library and second for the fact that it is simply called Python w
got Python PETSc called from C PETSc example running, had to add two horrible hacks, first for the location of the Python dynamic library and second for the fact that it is simply called Python with no .dylib on it.Hg-commit: a31ae7b7d2d7205cafe0ad5c1c5072cf2504a887
[PETSC #18642] fix for dynamic libraries on WindowsHg-commit: abf219697ef2f22184f62e64cd92a79630986d21
fix compile warningHg-commit: f790c6d040901d911f7ab118936e1024b2a59e81
removed -I$PETSC_DIR from make system and changed the corresponding#include "src/dsdsdsds" to "../src/sdsdsds" in the source codeHg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
minor updates to dynamic libraries supportHg-commit: bac9f58fef431f13a47253229daab455ff563c38
more fixes for dynamic libraries, review pathname handling and finalizationHg-commit: 76e5b2dd2896a7d3e9ab86332cb60c3f57d3c928
12345678910>>...12