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

Conversation

drwells
Copy link
Member

@drwells drwells commented Nov 16, 2022

Another followup to #14396: part 7/11. This is no longer necessary since all of our SparsityPatterns now 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.

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.
@masterleinad masterleinad merged commit 9216e16 into dealii:master Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants