| #
247e2d92
|
| 06-Jan-2012 |
Jed Brown <jed@59A2.org> |
Mass revert file modes that were made executable in f6e61ee9c329
Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
|
| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
ea3926da
|
| 07-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 7e01025b11c859ecad5b4d890251c24e935a27b5
|
| #
b6a51c36
|
| 07-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
commit after merge
Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab
|
| #
01bebe75
|
| 03-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added MatRegisterBaseName() so that setting matrix type to BAIJ for example doesn't cause reset of matrix
Hg-commit: a4b44c64cb7a86f56eef479dfdd6ba26d266b203
|
| #
aa5a9175
|
| 02-May-2011 |
Dahai Guo <dhguo@ncsa.uiuc.edu> |
add sbstream format - for symmetric matrix tuning.
Hg-commit: 464c0a3c7213ffff467aef837bf79b19dc87e79a
|
| #
828413b8
|
| 30-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updates to docs on Hermitian vs non-Hermitian symmetry
Hg-commit: fbe127677dc8c0ac83300394584bd88702ba1f0c
|
| #
11bd1e4d
|
| 28-Apr-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()
* Now it should return a borrowed reference.
* MATDENSE was updated to cache the the diagonal block
Hg-commit: dbddbea75f68dca2821e78
API Change:[Mat] Remove iscopy,reuse from MatGetDiagonlBlock()
* Now it should return a borrowed reference.
* MATDENSE was updated to cache the the diagonal block
Hg-commit: dbddbea75f68dca2821e7818ebd56b2b79bbbaf9
show more ...
|
| #
bf0cc555
|
| 27-Apr-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
MatDestroy(): cleanup the MatPreallocated() hack, fix all matrix types
Hg-commit: 8b12afa1931080f94d5efc78eba78580324579e8
|
| #
6bc0bbbf
|
| 21-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated PetscTableDestroy() to new paradigm
Hg-commit: ac57dd2a39d9e719ebeec1c5179c4469b71a8d21
|
| #
3bd96682
|
| 21-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge, some manual merges
Hg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0
|
| #
7b23a99a
|
| 19-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added PetscViewerASCIISynchronizedAllow()
Hg-commit: 1b3990b2f3be4ca192efd6709c3e10216cbc65e2
|
| #
6bf464f9
|
| 18-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
converted rest of source code to take pointers into destructor reoutines. make test workds
Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3
|
| #
9b08a598
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after terrible merge
Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb
|
| #
68b022c8
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 335e836c7798747e6242df554ae58fe4db9f803f
|
| #
7a868f3e
|
| 15-Apr-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add flg 'ijonly' to MatGetSubMatrices_MPIBAIJ_local() for output matrix structure only. Use MPIBIJ routines for MatIncreaseOverlap_MPISBAIJ().
Hg-commit: d8f2246f982123860df463a58876048fa927bd04
|
| #
ce63c4c1
|
| 20-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed fixed some names in petscmath.h
Hg-commit: a2460f32b5062aa458eab9ab7fe574fb7cb0b351
|
| #
d9822059
|
| 16-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
finished basic support for __float128
Hg-commit: ae6323f37787bba35aaa6ab78aa53432011da446
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
f38cfdcd
|
| 14-Dec-2010 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: e3473e7b6a4936eaa5aef448a0ea058d50950587
|
| #
cd6b891e
|
| 14-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
[petsc-maint #56731] Parallel assembly bug with compressedrow when pattern changes recompute compressed row structure for each new matrix assembly, when requested so that compressed information is al
[petsc-maint #56731] Parallel assembly bug with compressedrow when pattern changes recompute compressed row structure for each new matrix assembly, when requested so that compressed information is always up to date
Hg-commit: 8b3422309f64468fec0ab5079c31f1ed7cabd7f9
show more ...
|
| #
8c172940
|
| 06-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e
|