-
Notifications
You must be signed in to change notification settings - Fork 1
Lessons Learned
📜 This project focused on developing ML based time-integration schemes that could be applied on the 2D Rayleigh-Benard convection problem. The main idea was to build a Fourier Neural Operator based model that would approximate
where
The model is supposed to be used in combination of Spectral Deferred Corrections (SDC) to predict an initial guess at several time point within a time-step, corrected later by the SDC iterations to produce an accurate solution.
Here is a summary of some of the main lessons learned while trying to build such ML models ...