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
show more ...
commit after pull of manual pages patches for 3.1Hg-commit: fdda79b9b0cfa271aff815250a8f6761d22b5ee8
many more manual page fixes, mostly for badly formatted manual pages for macrosHg-commit: 97f5f25f18c2f9879fa942b30e59e9d3b8604142
changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
added XXXSetDM() and XXXGetDM() for PC,KSP,SNES and TSHg-commit: bada9ff4302cce1dee88b5dd282aa59af62f2a84
clarify wording in ISLocalToGlobalMappingGetInfoHg-commit: 483941e350f3e39e4074d00711367d76ee0cc11e
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
ISAllGather: free Malloc2'd memory with Free2Hg-commit: a181b5fcff6a724fed887f254e76d7eaa88b9a9d
Add ISCopy() to IS interface.Has the same semantics as VecCopy, etc.Hg-commit: 0b49cefef6c36f13059768efe00e72b7aeadf665
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
updated CRL matrix format to not store _*AIJ() function pointers in interior function table. Instead just calls them directly by name with Mat*_*AIJ().Hg-commit: 367c714ce68e4039d5059b3d421ff012718
updated CRL matrix format to not store _*AIJ() function pointers in interior function table. Instead just calls them directly by name with Mat*_*AIJ().Hg-commit: 367c714ce68e4039d5059b3d421ff01271837650
Fix ISDestroy() to be in charge of PetscHeaderDestroy()Hg-commit: 7c75b7b0cad9d220077830b7f53c65ca5343a7b4
some stuff I forgot what, I hate hgHg-commit: e2858b667e9d1c0eb49a07826d655fef457b5f6b
- remove old f90 compiler-dependent sources in favor of new compilerindependent implementation.- move f90impl.h from src/f90 to src/f90-src [as src/f90 no longer exists]Hg-commit: b6142190425388b
- remove old f90 compiler-dependent sources in favor of new compilerindependent implementation.- move f90impl.h from src/f90 to src/f90-src [as src/f90 no longer exists]Hg-commit: b6142190425388bb935c890b9057b6a8b40ec280
Close memory leakHg-commit: 2ddb3b7329a78a09a04f278dcee0a7712dccb2f2
PCFieldSplit: Schur does not use Afield, bug fix getting rangesHg-commit: 4d372631122213bf6361c9cf892f184f1aab10f3
MatGetSubMatrix API changeThe user now specifies a parallel IS for the columns. The local part ofthis IS corresponds to the local columns of the matrix. Note thatMatPermute_MPIXAIJ calls the pr
MatGetSubMatrix API changeThe user now specifies a parallel IS for the columns. The local part ofthis IS corresponds to the local columns of the matrix. Note thatMatPermute_MPIXAIJ calls the private versions where the full index setis given. It is probably desirable for MatPermute to also use aparallel IS rather than require a gathered IS.Ripped out MatGetSubMatrixRaw, it is not used anywhere in PETSc.Hg-commit: 3b40e47b3df6b69dfffc2cc67b61dab74aafd570
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
ISCompressIndicesGeneral() for Fortranwork on pflotran unstructured grid loaderHg-commit: 0d771eb844d630f24215ca9251b4c9adf5a09707
removed some illegal flg != PETSC_TRUE and commented the one place they belong.Hg-commit: bfd9270e96e3157fafc94f507baeefad272e6f67
fix compile,code errors in testsHg-commit: 625d837343019ea71232d62bf9914404283e2cc9
fix includes in fortran examplesHg-commit: 5edb1f82ac6ed297ec1ed7fdcc7c10215a36bcd5
removed -I$PETSC_DIR from make system and changed the corresponding#include "src/dsdsdsds" to "../src/sdsdsds" in the source codeHg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
ISGetIndices() returns const array, it is not something that should be changedHg-commit: 279c07e55dc4d24fe01a982d22cefc6e74f39257
1...<<71727374757677787980>>...96