You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
PODSVD orthogonalisation FOM : Snapshot generator #4 ROM : POD Implementation #5.The text was updated successfully, but these errors were encountered: