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

ROM : [Fixed domain] Heat Equation #19

Closed
3 tasks done
KikeM opened this issue May 13, 2021 · 0 comments · Fixed by #34
Closed
3 tasks done

ROM : [Fixed domain] Heat Equation #19

KikeM opened this issue May 13, 2021 · 0 comments · Fixed by #34
Labels
roadmap Definition of steps to achieve a given problem

Comments

@KikeM
Copy link
Owner

KikeM commented May 13, 2021

Hyper-reduction levels

  • None (Naive implementation)
  • Only vectors (DEIM)
  • All operators (DEIM & MDEIM)
@KikeM KikeM added the roadmap Definition of steps to achieve a given problem label May 13, 2021
@KikeM KikeM linked a pull request May 29, 2021 that will close this issue
@KikeM KikeM closed this as completed in #34 May 29, 2021
KikeM added a commit that referenced this issue May 29, 2021
Complete hyperreduction of MFP-1

* ENH: Matrix local assembly done!
* ENH, TST: Finish MDEIM implementation
* TST, CLN: Parametrized FEM degrees for (M)DEIM local assembly testing

Fixes: #19 #23 

I was worried about the BCs, they are not being honoured by the basis matrices,
because the snapshots are take averaged values at the Dirichlet entries.

This is not a problem because the ROM basis, built with the homogeneous BCs,
takes zero values at the boundaries, cancelling any misbehaving entry value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap Definition of steps to achieve a given problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant