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

Naive Implementation - Fixed Domain #14

Closed
4 tasks done
emvalbuena opened this issue May 8, 2021 · 0 comments · Fixed by #18
Closed
4 tasks done

Naive Implementation - Fixed Domain #14

emvalbuena opened this issue May 8, 2021 · 0 comments · Fixed by #18
Assignees
Labels
roadmap Definition of steps to achieve a given problem

Comments

@emvalbuena
Copy link
Owner

emvalbuena commented May 8, 2021

The goal is to build a simple code base that solves the reduction problem completely for a fixed domain.

Is this naive approach, the Discrete Empirical Interpolation is not used, since it would only add extra layers of complexity.
The ROM operators are obtained by assembly and projection of the FOM operators.

I am aware this does not honor the offline-online split principle, but it does allow me to tackle all the implementation details.
Once these are dealt with, implementing the (M)DEIM algorithms should not be too cumbersome.

## Steps

@emvalbuena emvalbuena added the roadmap Definition of steps to achieve a given problem label May 8, 2021
@emvalbuena emvalbuena self-assigned this May 8, 2021
@emvalbuena emvalbuena linked a pull request May 13, 2021 that will close this issue
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