-
Notifications
You must be signed in to change notification settings - Fork 114
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
AMR for 2D Parabolic P4est #1691
AMR for 2D Parabolic P4est #1691
Conversation
… into Parabolic_AMR_1D
… into Parabolic_AMR_1D
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
… into Parabolic_AMR_1D
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 for porting this PR over and cleaning it up @DanielDoehring! I've added some comment suggestions but otherwise LGTM.
Since I was involved with the original version of this PR, someone else should take a brief look at this as well, at least at the src
files.
I was involved in writing the original version of this PR, so I probably shouldn't be the only reviewer. @andrewwinters5000 @efaulhaber would either of you be able to take a brief look at the |
Co-authored-by: Jesse Chan <[email protected]>
Co-authored-by: Jesse Chan <[email protected]>
Co-authored-by: Jesse Chan <[email protected]>
Co-authored-by: Jesse Chan <[email protected]>
Co-authored-by: Jesse Chan <[email protected]>
Co-authored-by: Jesse Chan <[email protected]>
Thanks a lot @jlchan for the valuable comments! Those will sure come in handy to explain the approach taken and remind ourselves in the future :D |
Can you fix the failing formatting tests? |
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.
I'm not familiar with the parabolic stuff, and it's been a while since I've written the P4estMesh
code (and even longer since I've worked with the AMR parts of Trixi), so I can't really give a good review here without spending too much time.
But it does look like a lot of that code is very similar to existing code in Trixi, so it might be possible to avoid some duplicate code.
Co-authored-by: Erik Faulhaber <[email protected]>
@ranocha @DanielDoehring the only thing failing is the coverage test. It looks like some of it is related to coarsening. Is there a suggested way to test this? |
Not sure what is going on there. The part marked in red is definitely being called (I even added a |
Ah, maybe it's Codecov being weird then. @ranocha @sloede both Erik and I reviewed this PR. Tests pass except for Codecov, which might be just Codecov weirdness. Are you ok if we merge this? |
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!
This aims to bundle the implementation of parabolic P4est mortars from @jlchan and @apey236 (see #1662) into a recent version of the main repository.
Related to #1147, #1674