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

Use ArrayView for interface to tensor-product point evaluator #16844

Merged
merged 1 commit into from Apr 3, 2024

Conversation

kronbichler
Copy link
Member

In a follow-up PR, I would like to fix some internal operations in MappingQ. For this, I need to change the interface for evaluate_tensor_product_xxx from const std::vector<Number> to ArrayView<const Number>. I think this makes for a nicer interface overall in terms of application flexibility, but it requires me to change some of the users.

@kronbichler
Copy link
Member Author

Note that the changes are all in internal namespaces.

@kronbichler kronbichler merged commit 2727c89 into dealii:master Apr 3, 2024
16 checks passed
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