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

Model/linear euler 3d #99

Merged
merged 8 commits into from
Jan 16, 2025
Merged

Model/linear euler 3d #99

merged 8 commits into from
Jan 16, 2025

Conversation

fluidnumerics-joe
Copy link
Member

@fluidnumerics-joe fluidnumerics-joe commented Jan 15, 2025

Completes a task in #51 ( Linear Euler 3D model )
Resolves #66

* Need to add no-normal-flow boundary conditions, whicch will require
  implementation of tangent and binormal vectors. This will also
necessitate an addition to the differential geometry notes on how we
compute these additional boundary vectors.
fixed bugs in dg boundary contribution (3d)
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

Attention: Patch coverage is 97.80220% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/SELF_LinearEuler3D_t.f90 98.82% 1 Missing ⚠️
src/cpu/SELF_LinearEuler3D.f90 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@fluidnumerics-joe fluidnumerics-joe merged commit 1410025 into main Jan 16, 2025
10 checks passed
@fluidnumerics-joe fluidnumerics-joe deleted the model/linear-euler-3d branch January 16, 2025 00: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.

Swap in more performant kernels for vector divergence
1 participant