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

27 fix laplacian tests with embedded backend #34

Open
wants to merge 59 commits into
base: main
Choose a base branch
from

Conversation

lorenzovarese
Copy link
Collaborator

@lorenzovarese lorenzovarese commented Sep 13, 2024

  • Fix the dimensionality reduction of the output when applying a Laplacian operator to an input field, which shrinks due to the nature of the neighboring points and the stencil computation.

🟡 WARNING: Please note that merging this into the main branch will introduce the correct computation of the Laplacian, but it will also break the Python version (if I remember correctly). Proceed with caution regarding this PR.

Don't be fooled by the fact that the tests on GitHub CI have passed. We were forced to comment out the Python version of some tests, and we have opened a new issue: #29

lorenzovarese and others added 30 commits July 18, 2024 16:05
…rray, on fields data and with field operator.
…SpeedVelocity when running the advection benchmark
@lorenzovarese lorenzovarese self-assigned this Sep 13, 2024
@lorenzovarese lorenzovarese linked an issue Sep 13, 2024 that may be closed by this pull request
1 task
@lorenzovarese lorenzovarese added the bug Something isn't working label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix laplacian tests with embedded backend
1 participant