jorgensd / dolfinx-tutorial

A reimplementation of the Springer book: https://github.com/hplgit/fenics-tutorial/, covering new topics as well as transitioning from dolfin to dolfinx
https://jorgensd.github.io/dolfinx-tutorial/
103 stars 60 forks source link

Adding advection-diffusion-reaction equations? #94

Open lhcgeneva opened 2 years ago

lhcgeneva commented 2 years ago

The intro of "A Gallery of finite element solvers" mentions advection-diffusion-reaction equations as a final example, I was wondering whether this might be added anytime soon?

jorgensd commented 2 years ago

It is not on my list of priorities atm. Anyone is free to make an attempt of porting the old version

nikoleeaa commented 8 months ago

I'm sorry to bother you. In the book 《Solving PDEs in Python: The FEnicS Tutorial I》, I discovered the section "A system of accommodation diffusion reaction equations". However, no relevant content was found in the Fenicsx webpage tutorial you provided. Then, I discovered this issue. Sorry for being too talkative, did you mention "porting the old version" referring to 《Solving PDEs in Python: The FEnicS Tutorial I》? Also, do you have any plans to add relevant content recently?

RequieMa commented 6 months ago

Hi @jorgensd, I tried on this question. Could you please verify it? If it works as expected, I will edit the texts to match the markdown.

https://github.com/jorgensd/dolfinx-tutorial/assets/57754488/8078cf92-cd04-4473-bb69-e106b9a13123

jorgensd commented 6 months ago

I'll have a closer look once dolfinx v0.8.0 has been released, as I added some functionality to adios4dolfinx to store multiple time steps in the same file, making it easier to write/load from multiple steps.