| 498e7f42 | 31-Dec-2025 |
Richard Tran Mills <rmills@rmills.org> |
Remove legacy '+1' allocations in XXXDiagonalScaleLocalSetUp() routines for AIJ and BAIJ parallel matrices
This commit removes '+1's in some memory allocations that are believed to be leftover from
Remove legacy '+1' allocations in XXXDiagonalScaleLocalSetUp() routines for AIJ and BAIJ parallel matrices
This commit removes '+1's in some memory allocations that are believed to be leftover from long ago to handle corner cases with malloc() calls of size 0, which some implementations would not handle correctly. This ceased to be an issue long ago.
Thanks-to: Pierre Jolivet <pierre@joliv.et>, Barry Smith <bsmith@petsc.dev>
show more ...
|