| #
15767789
|
| 20-Jul-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
implement MatFactorGetSolverPackage_elemental_elemental(), MatGetInfo_Elemental()
Hg-commit: e6f95dec01d36b084b1ecb1e74b9b75e11dcf773
|
| #
d5d5282e
|
| 19-Jul-2012 |
Brad Aagaard <baagaard@usgs.gov> |
Merge.
Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa
|
| #
7365001e
|
| 10-Jul-2012 |
Xuan Zhou <xzhou23@hawk.iit.edu> |
merge
Hg-commit: b77654ce6e927356f816923854787c16576e58d2
|
| #
df096386
|
| 10-Jul-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
merge from 3.3
Hg-commit: 2eaf741982891ed9d635c0afbd484954cb4818c3
|
| #
6ffab4bb
|
| 10-Jul-2012 |
Hong Zhang <hzhang@mcs.anl.gov> |
bugfix of MatTranspose_MPIAIJ() for the case MAT_REUSE_MATRIX
Hg-commit: 24445685bf27dade0674591bc126a380f952e2b9
|
| #
48fab831
|
| 09-Jul-2012 |
Brad Aagaard <baagaard@usgs.gov> |
Merge
Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637
|
| #
e057df02
|
| 08-Jul-2012 |
Paul Mullowney <paulm@txcorp.com> |
Refactoring how the options are set for cusp/cusparse classes.
Hg-commit: 8930801acb6b12d18a9eca7a7e8a988ad381a43a
|
| #
0f55b88d
|
| 03-Jul-2012 |
Satish Balay <balay@mcs.anl.gov> |
backout all chmod stuff in bf971ba58125 [but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]
Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
|
| #
c0174eb7
|
| 03-Jul-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
removed a spurious call to MatSetBlockSize.
Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
|
| #
df13f8cb
|
| 28-Jun-2012 |
Paul Mullowney <paulm@txcorp.com> |
Recent pulls from petsc-dev plus some small changes.
Hg-commit: 0df21714398a0c8070bf50e118c22b5f2e03a9a6
|
| #
20ee4afd
|
| 28-Jun-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
pull of patch to MatDuplicate_SeqAIJ_Inode() from petsc 3.3
Hg-commit: 530d238bbff078efb0645e1bf0b931aa9198b7b8
|
| #
8382e67f
|
| 26-Jun-2012 |
Paul Mullowney <paulm@txcorp.com> |
committing after previous merge.
Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491
|
| #
f1301baf
|
| 25-Jun-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702
|
| #
fa1f0d2c
|
| 19-Jun-2012 |
Matthew G Knepley <knepley@gmail.com> |
Added check that matrix is setup before looking at inner matrices
Hg-commit: f47378ace53d604b8cf10473eb294c52d13a2a9d
|
| #
edf07873
|
| 15-Jun-2012 |
Jed Brown <jed@59A2.org> |
Merge elemental interface
Hg-commit: 95622fee58f900d58296ebdb712fa0d12482bae5
|
| #
b37d52db
|
| 12-Jun-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
added matload_block_size to (MPI)AIJView methods.
Hg-commit: 5a6f02d8d055defb1a971274dc0d4632f9289cd5
|
| #
08ea439d
|
| 12-Jun-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
added support for matload_block_size in MPIAIJ.
Hg-commit: 2af3aa094c797e8844e3e8850d0dd040109f336c
|
| #
29dcf524
|
| 03-Jun-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Make MatGetSubMatrices_MPIXAIJ() error out on unsorted col indices. Disable broken MatPermute_MPIXAIJ(). This indicates a problem with MatGetSubMatrix_MPIXAIJ() with unsorted indices().
Hg-commit:
Make MatGetSubMatrices_MPIXAIJ() error out on unsorted col indices. Disable broken MatPermute_MPIXAIJ(). This indicates a problem with MatGetSubMatrix_MPIXAIJ() with unsorted indices().
Hg-commit: 6f7bc96353fea1dfc5aad18ee74e4f8a12fd99e8
show more ...
|
| #
713ccfa9
|
| 02-Jun-2012 |
Jed Brown <jed@59A2.org> |
Make MatInvertBlockDiagonal return const because the user is not intended to modify this copy
Hg-commit: a86c8fe2e1845e1ac77307240b83c5ed8b8aca08
|
| #
10e9db80
|
| 30-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Pulled in changes from petsc-dev. make tests passing. Everything looks good.
Hg-commit: 94eb5d50210da3db6d654576e30f2a31ec2adf25
|
| #
bbf3fe20
|
| 30-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Code for setting matrix data via MatSetOption/MatSetFromOptions is working.
Hg-commit: 32aee254a63d1b8a7e35b24855ebc647d510e965
|
| #
ca45077f
|
| 25-May-2012 |
Paul Mullowney <paulm@txcorp.com> |
Code for setting Matrix Storage types (via SetOption, SetFromOptions) appears to be working correctly. Also, I now have MatMultTranspose(Add) working for CUSPARSE type so one can do least squares kry
Code for setting Matrix Storage types (via SetOption, SetFromOptions) appears to be working correctly. Also, I now have MatMultTranspose(Add) working for CUSPARSE type so one can do least squares krylov solvers (lsqr) via PETSc on GPUs.
Hg-commit: db11b8fc0ec0bbe2daeb9fbcbcf6c2bcc2385d4b
show more ...
|
| #
158b5388
|
| 04-Jun-2012 |
Jed Brown <jed@59A2.org> |
merge release-3.3
Hg-commit: 5fedf93c78c2bdcaabc4b8ee7380a68199d19b3c
|
| #
8f1be1ba
|
| 04-Jun-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: b6288000eb19ebe906b5d56941e71f07fd808fb3
|
| #
233d8684
|
| 02-Jun-2012 |
Jed Brown <jed@59A2.org> |
merge from release-3.3
Hg-commit: b957d7fb681d04f0e5a88c2d3c1e997664056cdc
|