Skip to content

Epetra: bugfix in CrsMatrix::ExpertStaticFillComplete

James Willenbring requested to merge aprokop:epetra_esfc_fix into develop

Created by: aprokop

The checks were checking whether the new domain map is the same as a column map, and if it is the importer construction was bypassed. However, the new domain map may invalidate the old importer, leading to problems. Same issue was identified with the range map.

Merge request reports