Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add notebook for analyzing matrix sparsity strucuture #6

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

multitalentloes
Copy link

This PR adds a notebook for reading in matrix market files.
The notebook processes all matrix market files in a folder to easily collect statistics across a full simulation.
The notebook then analyzes sparsity structure and collects the following statistics:

  • Median and mean number of non-zero blocks per row
  • Min and max number of non-zero blocks per row
  • Sparsity structure of all blocks
  • Checks if the matrix is symmetric

The PR will stay in draft while all the functionality is added, and I am open to suggestions for more ways to characterize the matrices of the linear solver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant