| #
e9e4536c
|
| 07-Dec-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatGetSymbolicMatMatMult_SeqAIJ_SeqAIJ_SparseAxpy() without using O(N) array
Hg-commit: 23d3e0ec9b568047b3e3bfd7cd6fc05068d41190
|
| #
97ffeb23
|
| 01-Dec-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: cfaeee36284261d63e3d3f2be68506dd5e68ba9f
|
| #
0d7623c6
|
| 01-Dec-2011 |
Peter Brune <brune@mcs.anl.gov> |
commit after merge
Hg-commit: d4e07532d0abc41b688f8a2d98bc909a8bf3a7a0
|
| #
dadf0e6b
|
| 01-Dec-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace PetscLLAdd() with PetscLLAddSorted() for minor optimization of symbolic MatMat operations
Hg-commit: e65e0f44c8153f079ddd4a73a7983db9dac3f066
|
| #
30d0eb0e
|
| 30-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: b487cd65598626b205db8ff0b63ad06f3a089015
|
| #
77584fe6
|
| 30-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
minor optimization of MatPtAP() - replace some while-loop with for-loop
Hg-commit: b1fb5dac1c525cafea057fd586ef3636110f474c
|
| #
56233b4f
|
| 29-Nov-2011 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: 57a3e065de00a536533f045029956c5932bff43f
|
| #
598bc09d
|
| 28-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add a new implementation of MatMatMult() for mpiaij matrix - much faster than previous implementation
Hg-commit: 80be0c15ec50fc351759d3021a80d1b58e8f36c2
|
| #
36ec6d2d
|
| 22-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm the implementation of using two dense rows in MatMatMultNumeric_SeqAIJ_SeqAIJ()
Hg-commit: 4a285d5e16264c1cb09cff67cff059c1231c3979
|
| #
dcf97acf
|
| 22-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 71c5d5f2331409ef33c5e9e9999911ad53225b9b
|
| #
d96502ba
|
| 17-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6e657c7680cda6668f53e0e35a4d9ca58f8211f3
|
| #
1ce71dff
|
| 17-Nov-2011 |
Satish Balay <balay@mcs.anl.gov> |
windows fixes
Hg-commit: 0ed7d20124fa8b04e020953f368d6db470437eaf
|
| #
d7465e05
|
| 16-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: b62c100e29b153a87bb3f834166c8f7035f06ea4
|
| #
27d7f974
|
| 16-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 8681ab1986b113b0fc0fe78ce50e9f23d4e2a330
|
| #
4c704541
|
| 16-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f63a72b54c24784101300d85c7514d1be4cf040b
|
| #
01e47db4
|
| 16-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of seq/matmatmult.c
Hg-commit: 9e3c6342fb9255b16f6abd53d1f54d0b3ae7b6bf
|
| #
7f15d9d9
|
| 15-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 623f52c9b1ca5412d9a0d84c7827c8daba914fd2
|
| #
53565b12
|
| 15-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
replace container Mat_PtAP with a special struct inside Mat_SeqAIJ; use three subroutines for different implementations of MatPtAPNumeric_SeqAIJ_SeqAIJ() for trade of between speed and memory
Hg-com
replace container Mat_PtAP with a special struct inside Mat_SeqAIJ; use three subroutines for different implementations of MatPtAPNumeric_SeqAIJ_SeqAIJ() for trade of between speed and memory
Hg-commit: e1dcb1718da62b668ab4e1d5fdea181947a15dc1
show more ...
|
| #
8cdbd757
|
| 15-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
set C->ops->matmult in symbolic MatMatMult to skip dispatch in the case of MAT_REUSE_MATRIX
Hg-commit: dde2f4286cc0274d1a97fbab8c2e7bd50c541a10
|
| #
0f74331f
|
| 15-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 5a2e10cf9964b9c45a034cf9064b269727c7fac7
|
| #
c58ca2e3
|
| 15-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatMatMultNumeric_SeqAIJ_SeqAIJ with sparse axpy, dense axpy with 1 and 2 dense rows.
Hg-commit: 5f991495eeebe67370cc473a5be101e365765796
|
| #
9ce9f596
|
| 15-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: a898da55d72cb1d30e30ffc431e7663fefe9e720
|
| #
0b7e3e3d
|
| 14-Nov-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add *matmult_abdense into Mat_SeqAIJ for reuse of a dense array in MatMatMult()
Hg-commit: 09d9ea7ae069fdda1dc859de0a1f8876691bac1f
|
| #
b9eaf28a
|
| 14-Nov-2011 |
Jed Brown <jed@59A2.org> |
merge Get -> Create renames
Hg-commit: ab2f843211dbcdafb25f286133a7f9362b66b756
|
| #
6a1d5609
|
| 13-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: e8970976afa915092f5b3ea84dc6678dcd356c58
|