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

p-multigrid example #840

Open
termi-official opened this issue Nov 11, 2023 · 0 comments
Open

p-multigrid example #840

termi-official opened this issue Nov 11, 2023 · 0 comments

Comments

@termi-official
Copy link
Member

I think it would be nice to develop an example where we show how to do p-multigrid in Ferrite. This technique is nice for matrix-free stuff (xref #766), because the hierarchy is given by the function space seqence (e.g. Lagrange order 4,2,1) where we can just apply A implicitly. However, we can start with a direct solve on coarse level and think later about how to deal with the matrix-free case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant