NexGenAnalytics / Trilinos

Primary repository for the Trilinos Project
https://trilinos.org/
Other
0 stars 2 forks source link

Zoltan2 Improve XPetraTraits.cpp #23

Open cwschilly opened 1 year ago

cwschilly commented 1 year ago
cwschilly commented 1 year ago

The row map of the migrated Tpetra matrix is uniform and contiguous (highlighted in LHS of screenshot), while the row map of the original Tpetra matrix is not (line 26 on RHS of screenshot). Is this expected behavior, or should it fail the test?

image