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

Multigrid for non-nested levels #15148

Open
3 of 13 tasks
peterrum opened this issue Apr 27, 2023 · 1 comment
Open
3 of 13 tasks

Multigrid for non-nested levels #15148

peterrum opened this issue Apr 27, 2023 · 1 comment

Comments

@peterrum
Copy link
Member

peterrum commented Apr 27, 2023

PR #15141 introduces a two-level transfer operator between non-nested levels. There are some todos we need to tackle before merging that one and some follow-up tasks.

TODO

Follow-up tasks

  • multiple components -> RPE::evaluate_and_process(): pack only if needed #15163
  • simplex
  • other types of elements, e.g., DG
  • enable interpolation to coarser levels
  • hp
  • enable l2 projection (potentially with intersection with CGAL)
  • make parameters of RPE accessible via AdditionalData
  • make RPE a shared_ptr
  • RPE: precompute offsets for communication and use it during the actual communication with scaling

FYI @fdrmrc

@jh66637
Copy link
Contributor

jh66637 commented May 8, 2023

I did this for DG in a different context and can give

  • other types of elements, e.g., DG

a try. I will try to do it as soon as possible :)

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

No branches or pull requests

2 participants