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 container instead of allocator in dolfinx::la::Vector #2639

Merged
merged 25 commits into from
Apr 26, 2023

Conversation

chrisrichardson
Copy link
Contributor

No description provided.

@garth-wells
Copy link
Member

Could we use type traits to support:

la::Vector<double>;
la::Vector<std::vector<double>;

?

@garth-wells garth-wells changed the title Use container instead of allocator in dolfinx Vector Use container instead of allocator in dolfinx::la::Vector Apr 26, 2023
@garth-wells garth-wells added this pull request to the merge queue Apr 26, 2023
Merged via the queue into main with commit 1188d69 Apr 26, 2023
@garth-wells garth-wells deleted the chris/vector-container branch April 26, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants