| #
e81e1a36
|
| 26-Aug-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: bdde5a892f45b1a663aceabfaca9b55eaa594f68
|
| #
cdb44a51
|
| 26-Aug-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f073afb985c264bd0c7e18eaa3075d3a35476b5d
|
| #
9263d837
|
| 25-Aug-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix for '-info' on symbolic factors of seqaij and seqbaij
Hg-commit: 41490de758658578892e5d280be602bca7ba96a9
|
| #
7d4a54b6
|
| 12-Jul-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: c4490c3539408db025a10d0725d9528bd7905354
|
| #
53ef36ba
|
| 12-Jul-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
minor changes of *x++ stuff to x[i] for possible better performance
Hg-commit: fcea02824bd722a37efba3465eb17fea2dc1ea37
|
| #
5a586d82
|
| 20-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
removed many unused variables small amount of reformating added use of all arguments in MPIUNI call to prevent complaints about unused values
Hg-commit: f1e85e77153d4207c8ab2522ae8e9ec72b7358ec
|
| #
5148efb2
|
| 16-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 8f08ad9f64d125fb53316ec5474fbfc0e8ec6eb9
|
| #
fa1c05ea
|
| 16-Jun-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 41c58157a6a224c1869477ba893b728b564d6719
|
| #
3649974f
|
| 16-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed many VecGetArray() to VecGetArrayRead()
Hg-commit: d7f64a5632750c1ca905eea86db48747b7367a8a
|
| #
05772624
|
| 07-Jun-2010 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: 8eb1b0a369f9ab4b13dd8ccc92d9c82da0822d87
|
| #
ad8e3b70
|
| 07-Jun-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 534539781f71eb6ba71ef89f4c82d23acf24e8e4
|
| #
a186ada9
|
| 04-Jun-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d5d6271688b0e7608ca3883cc177d4942a399f4c
|
| #
d4fa2fe0
|
| 04-Jun-2010 |
Satish Balay <balay@mcs.anl.gov> |
merge from 31
Hg-commit: 78406bb109eb556c04ba9d90bce7f9c1e325ea78
|
| #
aef85c9f
|
| 04-Jun-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Fixed fill ratio info for LU and ILU symbolic factorization
Hg-commit: 2961d4506892ae277442f08cdf7184f639800872
|
| #
a6104cb2
|
| 19-May-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 0fbcbdb190921e9e1b7109e2ca86dd0816c2293f
|
| #
93fd935b
|
| 19-May-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added MatSolveTranspose for SeqBAIJ block size 1 Some more work on new Vecload interface
Hg-commit: ae76e5736c6bc729aef5fb43725250a8d1d597c4
|
| #
38ac12d0
|
| 18-May-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 21e7ded60f3a6445efe814bafc0f27b9582c1c26
|
| #
93cf5eb5
|
| 18-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: aca5ed378a5658ef7df14846128d98fb472f8dd7
|
| #
6ba06ab7
|
| 18-May-2010 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace ilu default shifttype SHIFT_NONZERO to SHIFT_INBLOCKS because shift_nonzero is not supported for baij matrices with bs>1.
Hg-commit: 37f8548c89a6fe45f638d5fe8955616b04085d1f
|
| #
b23f91a4
|
| 18-May-2010 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 3d6e115ed50e0a91aeb25dbd4b36559e2e6d6008
|
| #
048b5e81
|
| 18-May-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Added factorization routines for BAIJ block size 1 (new data structure). Inode with block size 4 was not being used in MatLUFactorNumeric_SeqAIJ_Inode.Fixed this.
Hg-commit: 5e4d1d7488fdaab08536c98c
Added factorization routines for BAIJ block size 1 (new data structure). Inode with block size 4 was not being used in MatLUFactorNumeric_SeqAIJ_Inode.Fixed this.
Hg-commit: 5e4d1d7488fdaab08536c98c8a456ca9fc016047
show more ...
|
| #
65e19b50
|
| 11-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
the last work I will do on reformatting use of SETERRQX() and passing in the appropriate comm; I am bored to tears
Hg-commit: 9e0ef782022dbdc055a74473b60f135ee06122ac
|
| #
e32f2f54
|
| 07-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPI_Comm as first argument to PetscError() and SETERRQX()
Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e
|
| #
f0eb1ee0
|
| 12-Apr-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 96dff560e9caff2ee6539fb4c50e92b67324e0b0
|
| #
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
|