-
Notifications
You must be signed in to change notification settings - Fork 1
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
BUG : Mass Matrix Interpolation Overridden (ROM) #22
Labels
bug
Something isn't working
Comments
KikeM
changed the title
BUG : Incorrect mass matrix interpolation (ROM)
BUG : Mass Matrix Interpolation Overridden (ROM)
May 30, 2021
KikeM
referenced
this issue
in KikeM/msc-thesis
May 30, 2021
KikeM
referenced
this issue
in KikeM/msc-thesis
May 30, 2021
- BUG, ENH: Set boundary conditions in local assembly too - BUG: Mass matrix interpolation was being overridden by FOM projection - CLN: Generalized ROM projection for FOM operators - CLN: Move mass matrix assembly to OneDimensionalSolver Fixes https://github.com/KikeM/msc-thesis/issues/38 Fixes https://github.com/KikeM/msc-thesis/issues/39
KikeM
referenced
this issue
in KikeM/msc-thesis
May 30, 2021
Clean folder structure and fix MDEIM bugs. - Set boundary values in the local assembly procedure too. Thanks to this now the (M)DEIM online evaluation is correct, since the boundary values are correctly set. - Move mass matrix assembly to OneDimensionalSolver. - Parametrised MDEIM tests for stiffness and mass matrix. Fixes #38 #39
KikeM
referenced
this issue
Jun 14, 2021
- BUG, ENH: Set boundary conditions in local assembly too - BUG: Mass matrix interpolation was being overridden by FOM projection - CLN: Generalized ROM projection for FOM operators - CLN: Move mass matrix assembly to OneDimensionalSolver Fixes https://github.com/KikeM/msc-thesis/issues/38 Fixes https://github.com/KikeM/msc-thesis/issues/39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I closed KikeM/msc-thesis#19 in PR-#34 because I thought I had correctly implemented the MDEIM for the mass matrix too. There was a bug in the code, the ROM interpolation was being computed and then overwritten by the FOM assembly and projection.
The text was updated successfully, but these errors were encountered: