| #
d7becc52
|
| 31-Oct-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: da28728a85ac0d4aead9e897320e92be6e827c14
|
| #
e5072db8
|
| 31-Oct-2011 |
Matthew G Knepley <knepley@gmail.com> |
Documentation fix
Hg-commit: 593884c6025f7bb1abf7be84a23d6a743b0b7a2c
|
| #
afc7f6e5
|
| 31-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm columnsforrow from MatTransposeColoring (replaced with columnsforspidx)
Hg-commit: 14ea941c43e20babc30b1aa2c43b668b07ededfd
|
| #
b9af6bdd
|
| 30-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
Rename MatMultTransposeColoring -> MatTransposeColoring
Hg-commit: b1ad3f6ade077795243aac5f5b6c457d361a56dc
|
| #
b28d80bd
|
| 30-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
optimize MatMultTransColoringApplyDenToSp() by using matcoloring->columnsforspidx which is created and set in symbolic A*B^T. Now, ColoringApplyDenToSp() takes approx. same time as ColoringApplySptoD
optimize MatMultTransColoringApplyDenToSp() by using matcoloring->columnsforspidx which is created and set in symbolic A*B^T. Now, ColoringApplyDenToSp() takes approx. same time as ColoringApplySptoDen!
Hg-commit: 77edfd7f1e4f4454f674f55014ed784a558226b3
show more ...
|
| #
c5287449
|
| 28-Oct-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 2a372a7e1e4585876ca01c369fbe01ef7cdc023e
|
| #
d4cdeee5
|
| 27-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 3ea7b7fab840326ddb2a614a5d1c6dcca6c54dcd
|
| #
8972f759
|
| 26-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatMultTransColoringApplyDenToSp()
Hg-commit: 55f04facce91feb6114badef2b92d0e50ded7ae3
|
| #
c8db22f6
|
| 25-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatMultTransposeColoringApply()
Hg-commit: d828d4c5d7928c859bac4fe88e9190babd4c122b
|
| #
b1683b59
|
| 25-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add MatMultTransposeColoringCreate() and MatMultTransposeColoringDestroy()
Hg-commit: 07822c8102acbf3d860363a2e0292b9f4bdf6afc
|
| #
8e03700a
|
| 21-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: c7ef5430901fa1d39936cc792cf94bd18bbdd4ed
|
| #
6973769b
|
| 20-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add array implementation for sparse dot product - slower :-(
Hg-commit: 4808c53e08bf424152591d45922351d2b3278e73
|
| #
2119ebf8
|
| 18-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 74eea87349fd4e6751a991bede02afba0ccc3209
|
| #
5df89d91
|
| 18-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
rename MatMatTransposeMult() for A^T * B; MatMatMultTranspose() for A * B^T (not implemented yet)
Hg-commit: a142087cf282822ab67182371e8b850cbc565e08
|
| #
19cb8f8d
|
| 13-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 9867b9384c4f9c427a79c046164aa9ec221a9c26
|
| #
12446a84
|
| 12-Oct-2011 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: bd9418808abd652cb7584e6c2ac92679400f0f80
|
| #
9b8102cc
|
| 12-Oct-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
split MatMerge() into MatMergeSymbolic() and MatMergeNumeric()
Hg-commit: 23eb64c9a4dc8c8e527e74c4d14da1ed5dfcd4ea
|
| #
c17803e7
|
| 01-Oct-2011 |
Jed Brown <jed@59A2.org> |
Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock
In merging Emil's work, I added a flag for an explicit stage instead of redirecting through a different function.
Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock
In merging Emil's work, I added a flag for an explicit stage instead of redirecting through a different function. It is less code and more clear, I think.
Hg-commit: 1aa32ce28475592f35bc148baeecb41ed3995a50
show more ...
|
| #
d6ab60da
|
| 29-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after update
Hg-commit: 5b1e4efb1964265064d3813d4870822c1786d192
|
| #
ac793be5
|
| 29-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed ex35.c to use a symmetric problem so can also handle nonlinear and linear cg. Looks like a bug in nonlinear CG
Hg-commit: 0bc3973e595f4f12821bc30d47eba621e747c6e4
|
| #
de39dcd4
|
| 29-Sep-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: bb0a4bb8e7a1a20259bec52f330d54cb826a78ad
|
| #
d15f4669
|
| 29-Sep-2011 |
Matthew G Knepley <knepley@gmail.com> |
Added near null space to Mat for Jed
Hg-commit: a2d22cfc44d23fcff29c53e2f942d78c381f0db5
|
| #
2f87826b
|
| 28-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
minor updates to docs and stuff, I forgot exactly what. Man do I pine for the days of the nice bk interface.
Hg-commit: 1decc837f658a5d95078b9983340aa4d9f65e473
|
| #
1c1325fe
|
| 26-Sep-2011 |
Peter Brune <brune@cs.uchicago.edu> |
commit after merge
Hg-commit: bc589908dea7ebb861f2760c0d80f312294e48c0
|
| #
472b90b3
|
| 26-Sep-2011 |
adams <adams@jaguarpf-login1.ccs.ornl.gov> |
fix for emtpty procs on input grid (2nd commit).
Hg-commit: 416bc569082d603eba1a683707921f8a1b880bdb
|