pymor / pymor

pyMOR - Model Order Reduction with Python
https://pymor.org
Other
310 stars 109 forks source link

Restructure tutorials: first show working code, then explain details #2330

Open sdrave opened 3 months ago

sdrave commented 3 months ago

Seeing the final working example first, might be more motivating for the reader to look into the details. Also, the reader has more freedom to choose the level of detail they want to learn.

sdrave commented 2 months ago

One problem regarding a gallery of interesting example applications is that we cannot run examples with significant runtime (>5min I'd say) in CI.

It was also suggested to integrate MORB into such a gallery.