-
Notifications
You must be signed in to change notification settings - Fork 17
Mortar Transfer Function #1227
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
Mortar Transfer Function #1227
Conversation
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Ok to test |
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 LGTM!
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.
Mostly looks good. Minor changes.
return intersections; | ||
} | ||
|
||
void specfem::assembly::nonconforming_interfaces_impl::set_transfer_functions( |
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.
Seems like the 2 functions are doing the same thing. Can you call one from the other? I'd like to avoid duplicate code.
specfem::point::global_coordinates<specfem::dimension::type::dim2> *, | ||
Kokkos::HostSpace>, | ||
specfem::mesh_entity::type, specfem::mesh_entity::type> | ||
_expand_edge_index( |
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.
_expand_edge_index( | |
expand_edge_index( |
All functions within the impl module are helper right?
Description
Takes reparameterization in #1186 and computes transfer functions from the edge to the mortar.
Current implemented test handles only the same cases as #1186 -- additional tests + minor test refactoring should occur with #1226.
Issue Number
Closes #1174.
Checklist
Please make sure to check developer documentation on specfem docs.