We sometimes overallocate our sparsity pattern. Matrix assembly will
squeeze out allocations that we never added into/set. Is there a convenient
way to determine the size of the densest row post-assembly? I know that we
could iterate over rows and call `MatGetRow` and figure it out that way.
But I'm wondering if there is a better way?

Alex

Reply via email to