| #
c3df09d6
|
| 21-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ed1a46afbb3ca05b94b623600c6c387ba23868ed
|
| #
1a83f524
|
| 21-Oct-2012 |
Jed Brown <jed@59A2.org> |
Const-correctness for MatGetRowIJ()/MatGetColumnIJ()
The arrays have always been read-only according to the documentation. This patch should cause no behavioral change.
This const-correctness casca
Const-correctness for MatGetRowIJ()/MatGetColumnIJ()
The arrays have always been read-only according to the documentation. This patch should cause no behavioral change.
This const-correctness cascaded into the private ordering and coloring routines.
Hg-commit: 7efa5f739222584a785675705479b4e17c346e6e
show more ...
|
| #
9230625d
|
| 20-Oct-2012 |
Jed Brown <jed@59A2.org> |
const-correctness for MatMPIAIJGetSeqAIJ
Hg-commit: 599655901578e54a05acc8cb5c8afb8688387ec8
|
| #
f8b03baa
|
| 04-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
MatConvert to Adj will now preserve diagonal entries
Hg-commit: 1bdcc2952450a8c983031df627fe6a64cfea8a80
|
| #
19fd82e9
|
| 03-Oct-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
changed #define char* XXXType to typedef const char* XXXType
Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
8caf3d72
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)
Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
|
| #
c9ef50b2
|
| 10-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
MatSetValues_MPIBAIJ() also had bug of not handling no new nonzeros in off diagonal part
Hg-commit: ee64d9dcbc8cd4f576ba5297a7615332e59578eb
|
| #
0e9bae81
|
| 10-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
MatSetValues(Blocked)_MPI(B)AIJ did not handle no new zero entry error generation in off diagonal part MatSetValues(Blocked)Stencil stupidly used PETSC_MIN_INT to indicate a negative row/column (mea
MatSetValues(Blocked)_MPI(B)AIJ did not handle no new zero entry error generation in off diagonal part MatSetValues(Blocked)Stencil stupidly used PETSC_MIN_INT to indicate a negative row/column (meaning not to insert anything there), but then MatSetValuesBlocked() multiplied these numbers by the block size the turning the negative number into a positive which MatSetValues() then tried to put into the matrix (even though it was a garbage location) added support for using lldb debugger with -start_in_debugger and -on_error_attach_debugger
Hg-commit: 817ef0048927d966788e5fa1c4cdadf402d2ac09
show more ...
|
| #
4dd37ed8
|
| 29-Aug-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f6a88fee9ba1b8041ee9b459d0ad54470439160a
|
| #
7dd0b29c
|
| 27-Aug-2012 |
Jed Brown <jed@59A2.org> |
Merge from petsc-3.3, discards functional changes to fieldsplit.c since petsc-dev's fieldsplit was refactored
Hg-commit: 518adbf64b18ed466b131caa34f3b2cf707b60d7
|
| #
4e980039
|
| 25-Aug-2012 |
Jed Brown <jed@59A2.org> |
Close memory leaks for SOR_APPLY_UPPER
Hg-commit: bfb7a3d591b79d9e8327452528c5e9068755ea52
|
| #
1251c579
|
| 22-Aug-2012 |
Matthew G Knepley <knepley@gmail.com> |
MATMPIBAIJ: Fixed allocation for MatLoad - Fixed first fix
Hg-commit: 848377ed9a3b4008d3b860716abeb7f547e03cd9
|
| #
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
|
| #
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
|
| #
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
|
| #
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
|
| #
251f4c67
|
| 27-Apr-2012 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
PetscTypeCompare -> PetscObjectTypeCompare
Hg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
|
| #
f27dfc53
|
| 11-Apr-2012 |
Peter Brune <brune@mcs.anl.gov> |
Commit after merge
Hg-commit: dd9de3c9b6c26331f5d70e21b5ec7304b66251d1
|