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

Remove xtensor #25

Merged
merged 14 commits into from
Sep 25, 2022
Merged

Remove xtensor #25

merged 14 commits into from
Sep 25, 2022

Conversation

jorgensd
Copy link
Owner

@jorgensd jorgensd commented Sep 23, 2022

Remove xtensor as md array dependency in C++ layer (following FEniCS/dolfinx#2356)

Instead, flat std::vector or std::array structures will be used to store data, and
std::experimental::mdspan will be used to handle multidimensional data (https://en.cppreference.com/w/cpp/container/mdspan).

The Python-interface should not be affected by this PR.

@jorgensd jorgensd marked this pull request as ready for review September 24, 2022 12:36
@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 12 Code Smells

0.0% 0.0% Coverage
5.4% 5.4% Duplication

@jorgensd jorgensd merged commit b43e139 into main Sep 25, 2022
@jorgensd jorgensd deleted the dokken/remove-xtensor branch September 25, 2022 17:21
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.

1 participant