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

Allow boundaries on interior faces #285

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

majosm
Copy link
Collaborator

@majosm majosm commented Nov 16, 2021

@inducer I'm guessing you probably won't need this for the multi-domain wave demo, but just in case.


is_untagged = ~np.any(belongs_to_bdry, axis=0)
if np.any(is_untagged):
belongs_to_bdry = np.full(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tagged interfaces should also be removed from the "normal" facial adjacency, to avoid accidentally computing fluxes across these boundary interfaces.

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.

2 participants