-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support coupled volumes #285
base: main
Are you sure you want to change the base?
Conversation
f29b4b6
to
3af1ca5
Compare
92481b5
to
f2adaba
Compare
f2adaba
to
1a38e2d
Compare
@@ -1015,4 +1017,44 @@ def make_discretization_collection( | |||
# }}} | |||
|
|||
|
|||
# {{{ filter_part_boundaries | |||
|
|||
def filter_part_boundaries( |
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.
get_boundary_dofdescs
? ("Filter" is possibly confusing with filtering-for-dissipation. And the function name didn't give me a vibe of returning DOFDesc
s.)
eases setting up boundaries when calling operators on only one volume (i.e., uncoupled)
How far away is this from being reviewable? |
Just need to add docs and figure out how to avoid duplicating the mesh in the part ID normalization step (to avoid inducer/meshmode#358). |
Adds the rest of the changes from the original #236, #239, #243, #246 chain. Depends on #280.
Still missing: