| a92ad425 | 15-Apr-2019 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATMPIAIJ: Fix MatZeroRows and MatZeroRowsColumns
skip diagonal set if row index > number of global columns
x AND b must be present at the same time
raise error when layouts are not congruent (ins
MATMPIAIJ: Fix MatZeroRows and MatZeroRowsColumns
skip diagonal set if row index > number of global columns
x AND b must be present at the same time
raise error when layouts are not congruent (instead of segfaulting)
local nonew on diagonal block may be different across comm -> Always reduce
When asked to not keep the nonzero pattern with non-congruent layouts it is better off allowing a small reallocation to happen instead of erroring
show more ...
|