Advection-diffusion-reaction example for v0.6 or v0.7?

Has anyone implemented the example A system of advection–diffusion–reaction equations in FEniCSx v0.6 or v0.7? This is close to the problem I want to solve and would be the perfect starting point for my problem. I am new to FEniCSx and am struggling to sort through learning it while getting confused by lots of online material on older versions of the software. The tutorials provided at The FEniCSx tutorial by @jsdokken are great, but I still don’t understand it enough to bridge to the old advection-diffusion-reaction example. Any direction you can provide would be much appreciated.

The main thing needed for these tutorials is my library adios4dolfinx to do the actual reading and writing of meshes and functions from other simulations.

I’ve just made a new release compatible with DOLFINx 0.7.0.

The other parts of the tutorial should be quite straightforward to port.

@dokken: Thank you–I’ll check it out.