firedrakeproject / asQ

A library for implementing ParaDIAG timestepping algorithms using Firedrake
MIT License
4 stars 1 forks source link

Split examples directory into "examples" and "case studies" #135

Closed JHopeCollins closed 11 months ago

JHopeCollins commented 11 months ago

At the moment the scripts in the examples directory are a mix of simple example uses of asQ (e.g. the advection equation and heat equation scripts) and longer more complex scripts which we are actually using to test out asQ (e.g. the shallow water equation and stratigraphic model scripts).

This PR separates these into two directories: