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

NonMatching: Remove template on sparsity pattern type. #14431

Merged

Commits on Nov 16, 2022

  1. NonMatching: Remove template on sparsity pattern type.

    This is no longer necessary since all of our SparsityPatterns inherit from
    SparsityPatternBase. This file was previously the most expensive to compile in
    the entire library so cutting down the number of instantiations by a factor of 4
    or 6 (with Trilinos) is quite nice.
    drwells committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    bf6c6ff View commit details
    Browse the repository at this point in the history