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

TW sparsity pattern base #14418

Merged
merged 2 commits into from Nov 14, 2022
Merged

Conversation

drwells
Copy link
Member

@drwells drwells commented Nov 14, 2022

Another followup to #14396: part 4/11.

Assert(compare_for_equality(n_rows(), n_global_rows(*graph)),
ExcInternalError());
Assert(compare_for_equality(n_cols(), n_global_cols(*graph)),
ExcInternalError());
Copy link
Member Author

@drwells drwells Nov 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT we do not support changing the sizes of the underlying Trilinos objects outside of reinit(), which is why n_rows() does not need to be virtual.

@masterleinad masterleinad merged commit 9237409 into dealii:master Nov 14, 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