| 501b8e33 | 05-Jul-2022 |
Lisandro Dalcin <dalcinl@gmail.com> |
MATMPIAIJ: Fix refcount handling in Mat{Get|Restore}RowIJ_MPIAIJ()
* MatGetRowIJ_MPIAIJ: As the B matrix is composed and a reference to it is held by the A matrix, call MatDestroy() on B.
* MatRe
MATMPIAIJ: Fix refcount handling in Mat{Get|Restore}RowIJ_MPIAIJ()
* MatGetRowIJ_MPIAIJ: As the B matrix is composed and a reference to it is held by the A matrix, call MatDestroy() on B.
* MatRestoreRowIJ_MPIAIJ: Composed auxiliary local matrix B should be decomposed (thus destroyed implicitly) rather than destroyed explicitly with a call to MatDestroy().
show more ...
|