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

Add support for FE_Nothin in CUDA matrix-free #14272

Merged
merged 3 commits into from Sep 15, 2022

Conversation

Rombur
Copy link
Member

@Rombur Rombur commented Sep 15, 2022

This PR does the following:

  • when ActiveFEIndexEqualTo also checks for locally owned cells, first check if the cell is locally owned and then check the fe index. This is because we cannot call active_fe_index() on artificial cells
  • in matrix_free/hanging_nodes_internal.h, skip hanging nodes if the neighbor cell uses FE_Nothing
  • add a test using FE_Nothing with CUDA matrix-free

@Rombur
Copy link
Member Author

Rombur commented Sep 15, 2022

/rebuild

@kronbichler kronbichler merged commit 12c10af into dealii:master Sep 15, 2022
@Rombur Rombur deleted the gpu_mf_fe_nothing branch September 16, 2022 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants