removed unneeded { around SETERRQX() calls}Hg-commit: d55148dbbe8a10f500a7e181b91ba166aec6f665
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicatorreformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate
changed many calls to SETERRQ() to use correct (non-PETSC_COMM_SELF) communicatorreformated many badly formatted SETERRQ(); there was nonsense like {} around them or they were wrongly on a seperate lineHg-commit: 7550f3779f18eaf7ce68bae52b964532aa97c1d5
show more ...
added MPI_Comm as first argument to PetscError() and SETERRQX()Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
files where people improperly did #include "gl.h" etc instead of putting in full path of include fileadded python utility to generate directory of links to source code to allow simple builds of the
files where people improperly did #include "gl.h" etc instead of putting in full path of include fileadded python utility to generate directory of links to source code to allow simple builds of the library or executable using the Apple Xcode guiHg-commit: bb8c6e6b14ea3909768b13a215b9d99f18fda547
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
changed cookie to classid cause that is what it is.Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1
changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field isHg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c
fix memory leak in MatGetRow_MPISBAIJ() (reported by /src/ksp/ksp/examples/tests/runex33_mumps_2)Hg-commit: b2cb840fb38fb4d47ba1bfeb574873e19647965a
only files that need it get petscblaslapack.h included because it conflicts with prototypes included with some external packages.Hg-commit: 9b075c74df17031ee2599abf4807903f0312acd0
petscblaslapack.h now included by petscsys.hsome fixes to builder.pyHg-commit: 56bbc3637d96c6c99b427f2d14f38bcf58262255
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
MatIncreaseOverlap_MPISBAIJ_Once: allocate enough space for Bowners (was writing off end of array)Hg-commit: 25f687205746c78cdd21001dd45081a028cf565e
MatIncreaseOverlap_MPISBAIJ_Once: fix for bs>1The ctable is set up for indexing block rows, but values werebeing entered for scalar rows (thus writing off the end of the array andcausing memory c
MatIncreaseOverlap_MPISBAIJ_Once: fix for bs>1The ctable is set up for indexing block rows, but values werebeing entered for scalar rows (thus writing off the end of the array andcausing memory corruption elsewhere).Hg-commit: 049190cf44b0bc279a70391590ea078f56869f2b
MatMPISBAIJSetPreallocation_MPISBAIJ: create block stash with the correct sizeHg-commit: fbf73222c7e2956349d1c3f0c563302b861214e2
MatSetValuesBlocked_MPISBAIJ: respect MAT_IGNORE_LOWER_TRIANGULARHg-commit: 04bbc4732dfc6fee51ad7bd3096264b58736e9dd
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
commit after mergeHg-commit: e53821f6783bab6e6da73819955d892626fece60
cleanup of fixing to use PetscMallocN() for several filesHg-commit: 034d2c9aed500ffeb96719bf62a7244197f9fd01
trivial cleanup MatConvert_MPIAIJ_MPISBAIJ()Hg-commit: 4579b24fd0e8a80a7bc9b54bb975eda60ada3c84
fixed preallocationHg-commit: 1e2835e0460bf67f30560b2c94acdff24d9cfd70
optimize MatConvert_MPIAIJ_MPISBAIJ()Hg-commit: 125dd352921196976cd2f65321582eceb27d991a
fixed typoHg-commit: 92e232b1d89c3b323024b46a114207d8c849365f
bug fixHg-commit: d3ed50630d8b31c6e7ee5ab2ea0141d45e548a18
Necessary MatConvert_MPIAIJ_MPISBAIJ prototype and fixed typoHg-commit: 52901a51df62c760ecf4921fbc533714e6b0a14b
Added MatMPAIJ to MatMPISBAIJ conversion routineNot tested yet!Hg-commit: 3313a4e353eac0f5f831fe53666d5a82226c0f3a
1...<<21222324252627282930>>...37