| 476417e5 | 04-Aug-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixed bug in MatSetValues_MPISBAIJ() for retangular matrices
Fixed design flaw in MatIncreaseOverlap_MPISBAIJ() that utilized a SBAIJ matrix as if it was BAIJ by storing values below the diagonal
A
Fixed bug in MatSetValues_MPISBAIJ() for retangular matrices
Fixed design flaw in MatIncreaseOverlap_MPISBAIJ() that utilized a SBAIJ matrix as if it was BAIJ by storing values below the diagonal
Added error checking for number of rows greater than number of columns for SBAIJ matrices
Added to manual pages that the number of rows cannot be greater than number of columns for SBAIJ matrices
Commit-type: bug-fix, documentation error-checking Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
show more ...
|
| 0cd7f59a | 01-Aug-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix bug in MatMPISBAIJSetPreallocationCSR()
Add test case that detected bug
Fix over-preallocation that occured in MatMPISBAIJSetPreallocationCSR() and MatSeqSBAIJSetPreallocationCSR()
Added docum
Fix bug in MatMPISBAIJSetPreallocationCSR()
Add test case that detected bug
Fix over-preallocation that occured in MatMPISBAIJSetPreallocationCSR() and MatSeqSBAIJSetPreallocationCSR()
Added documentation MATMPI[B]AIJ and MATSEQ[B]AIJ noting their support of two features
Commit-type: optimization, bug-fix, testing, documentation, example Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>
show more ...
|