-
Notifications
You must be signed in to change notification settings - Fork 0
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
questions about hyper-reduction and masking #28
Comments
masking is just a trick to have the behavior of hyperreduction but without the difficulties of hyperreduction. Basically masking still uses the full FOM and only applies a filter to select specific elements.
Unfortunately there is not one.
here is the source: https://github.com/Pressio/pressio4py/blob/main/src/lspg_unsteady.hpp |
I am away from my laptop so I will reply more later when I get to it |
Thank you very much. |
@gokhalen i updated the comment above |
Hello,
What is the difference between hyper-reduction and masking? Which one is more efficient? I think it is hyper-reduction.
Is there a demo of hyper-reduction available? I'm interested in a demo corresponding to the following link
https://pressio.github.io/pressio4py/html/md_pages_components_rom_lspg_hypred.html
pressio4py.rom.lspg.unsteady.HypredProblem
Thanks in advance,
Nachiket
The text was updated successfully, but these errors were encountered: