-
Notifications
You must be signed in to change notification settings - Fork 112
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
Different Boundary Conditions for Standard Abaqus #1799
Different Boundary Conditions for Standard Abaqus #1799
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1799 +/- ##
===========================================
- Coverage 96.34% 82.69% -13.65%
===========================================
Files 450 451 +1
Lines 35938 35923 -15
===========================================
- Hits 34622 29704 -4918
- Misses 1316 6219 +4903
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds nice! I will let others review the internal code - I just had a quick look at the elixirs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, but I didn't take a super close look at the parsing stuff.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a very nice new feature to expand the usability of the p4est solver. I left a few questions for clarification. It makes sense to me to keep the helper parsing functions for the mesh files in p4est_mesh.jl
, but if we are worried about the length of that source file we can split it apart.
I also suspect that you can relatively easy construct |
Co-authored-by: Andrew Winters <[email protected]>
Co-authored-by: Andrew Winters <[email protected]>
Co-authored-by: Andrew Winters <[email protected]>
Co-authored-by: Erik Faulhaber <[email protected]>
Co-authored-by: Johannes Markert <[email protected]>
Co-authored-by: Johannes Markert <[email protected]>
@jmark Thanks for the valuable suggestions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! I just have very minor comments. Nice job 👍
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
@jmark Once you approve this PR, it should get auto-merged (assuming that all your comments have been addressed) |
I guess |
|
Ah, did we change this some time? But |
Yes, |
Yes, only coveralls is required becaucse of some issues. This PR isn't merged yet since @jmark has to approve it, too (after requesting changes earlier). |
This PR aims to be able to use meshes in Abaqus format with different treatment for the boundaries.
This is especially useful if you have meshes coming from tools such as
gmsh
which allow specification of physical boundaries, based on which boundary conditions can be specified.I plan to add a tutorial in the docs if this is merged.
I am not sure if we want to keep the parser helper functions in the
p4est_mesh.jl
file or if they should live somewhere else.For illustration, here is$v_x$ of the airfoil example alongside the mesh: