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

Added separator to Matrix::print_formatted(). #16138

Merged
merged 1 commit into from Oct 16, 2023

Conversation

marcfehling
Copy link
Member

In the current state print_formatted() uses spaces both to separate row entries and to denote zeros, which can be confusing.

This PR suggests to specify a separator string explicitly, for example, to generate comma-separated row entries.

I cleaned up some documentation while there.

@marcfehling
Copy link
Member Author

/rebuild

@bangerth
Copy link
Member

Can you add a changelog entry?

@marcfehling
Copy link
Member Author

I've added a changelog entry and noticed that I forgot to adjust the CUDAWrappers::SparseMatrix class.

@bangerth bangerth merged commit 91d6ea0 into dealii:master Oct 16, 2023
15 checks passed
@marcfehling marcfehling deleted the delimiter branch October 17, 2023 01:23
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

2 participants