| e2e64c6b | 22-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
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 unneccesary
Hg-commit: fcd327f3f4fcb82c63cd1afe8da55ad84e8250f3
show more ...
|
| 0700a824 | 08-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed cookie to classid cause that is what it is.
Hg-commit: ffa25d1edea7afc409fcc13e7f2b63587b1494c1 |
| d5f3da31 | 07-Apr-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed factor field in _p_Mat structure with factortype which is a much clearer name for what the field is
Hg-commit: 6b534140d991e694c6c4621ae2403611b202dd1c |
| db6089e3 | 05-Apr-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge from release
Hg-commit: 0d6810d52aeb4e8a2fdf27f98fd954306e9fcd0a |
| 5755ff91 | 05-Apr-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
fix memory leak in MatGetRow_MPISBAIJ() (reported by /src/ksp/ksp/examples/tests/runex33_mumps_2)
Hg-commit: b2cb840fb38fb4d47ba1bfeb574873e19647965a |
| 55de2198 | 02-Apr-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge from release
Hg-commit: 5a8467a2152f72b0af847c209f34f1f274cf2544 |
| 3caff9c0 | 02-Apr-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
MatGetInertia() works for complex Hermitian matrix
Hg-commit: 7ce6e2445c261601ed667cdffdcb4eeb955b523d |
| 15e87f21 | 01-Apr-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge from release
Hg-commit: b6d0c82d1414273d2acc728578c2ca06011d02b5 |
| e70ad169 | 01-Apr-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for MatGetInertia_SeqSBAIJ()
Hg-commit: b24baa2bc84003375224642fd9ac6f45074815a3 |
| 9f522e40 | 27-Mar-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Fixed MatPivot inline functions
Hg-commit: 96fda1411c1c008d01356d7491bf638c8a286e1f |
| a32cbb58 | 19-Mar-2010 |
Satish Balay <balay@mcs.anl.gov> |
merge
Hg-commit: 3c37cd08338da8389f42ac1b86c1dfcfb83db513 |
| 018dd85e | 19-Mar-2010 |
Satish Balay <balay@mcs.anl.gov> |
windows c++ compile fixes
Hg-commit: 79d5cea27d675b66a1e1f9825b4405dc2a844d85 |
| 280e8513 | 18-Mar-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Replace MatPivot macros with static inline functions
Hg-commit: eddd089ac900b47f366c19e92faac9522b9d9b0f |
| f4db908e | 16-Mar-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
updated MatFactorInfo to use a PetscReal for shifttype so that it can be used from Fortran and Python
Hg-commit: 6c65af8d77207f21d4c5751ca2d8dacb3c75581f |
| 14d2772e | 09-Mar-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
remove all shiftnz, shiftpd and shiftinblocks
Hg-commit: f1e8178d024009572475a411c3fa40df12abb777 |
| f3da1532 | 09-Mar-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
only files that need it get petscblaslapack.h included because it conflicts with prototypes included with some external packages.
Hg-commit: 9b075c74df17031ee2599abf4807903f0312acd0 |
| 6c7e564a | 09-Mar-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
petscblaslapack.h now included by petscsys.h some fixes to builder.py
Hg-commit: 56bbc3637d96c6c99b427f2d14f38bcf58262255 |
| 182b8fba | 08-Mar-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace info->shiftinblocks with info->shiftamount for baij and sbaij formats Note: this is for bs>1 because we do not support nonzero and pd type of shift yet. Update webpage "changes"
Hg-commit: 1
replace info->shiftinblocks with info->shiftamount for baij and sbaij formats Note: this is for bs>1 because we do not support nonzero and pd type of shift yet. Update webpage "changes"
Hg-commit: 1c49eff0b0ae3766e13c77f7681150e2ef3ff0d5
show more ...
|
| 168f0d66 | 05-Mar-2010 |
Jed Brown <jed@59A2.org> |
Replace missing call to MatICCFactorSymbolic_SeqSBAIJ_inplace
I think this is the right thing (modeled after 83deed684e0e), and it seems to work on my model problem.
Hg-commit: 18bb09a0e01882ff708b
Replace missing call to MatICCFactorSymbolic_SeqSBAIJ_inplace
I think this is the right thing (modeled after 83deed684e0e), and it seems to work on my model problem.
Hg-commit: 18bb09a0e01882ff708b8e81d73071e02dc85376
show more ...
|
| d90ac83d | 04-Mar-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
Add PCFactorSetShiftType() and PCFactorSetShiftAmount()
Hg-commit: 11b2d9da5dd711b89de2445adb08f29eaa980990 |
| 6d07c2b1 | 03-Mar-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix: recover the call to MatCholeskyFactorSymbolic_SeqSBAIJ_inplace() when bs>1.
Hg-commit: 83deed684e0ef3915ed8093ac97d4cfe8be08a98 |
| bbd65245 | 02-Mar-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Optimized ILU Symbolic and numeric factorization for AIJ and BAIJ by (a) declaring few integer variables const (b) in ilu0, replaced *bj++ notation with array access. Clean up of AIJ numeric factoriz
Optimized ILU Symbolic and numeric factorization for AIJ and BAIJ by (a) declaring few integer variables const (b) in ilu0, replaced *bj++ notation with array access. Clean up of AIJ numeric factorization.
Hg-commit: a79ab0711770475f9db0d8993d0db3397444bcc6
show more ...
|
| 8ed93815 | 01-Mar-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge of bug fix to 3.0.0 of sbaij seq not printing info on block size with binary storage
Hg-commit: 0278458c3908947d3d1b20855803d82949c95893 |
| 08917f38 | 01-Mar-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
binary storage of seqsbaij should also print block size to file.
Hg-commit: 3fe8356f41d92e79f4fc89d0646742f129ee3753 |
| 2169352e | 01-Mar-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm experimental opitons -ilu_old, -lu_old, -icc_old and -cholesky_old
Hg-commit: e25276c2118f44eb65dcf1bd810ce885fdad676e |