Hi, I was just wondering what is the best way to convert this tutorial on systems of coupled equations to DolfinX. I have done some tests using an approach similar to this tutorial, but they dont seem to work.
Thank you in advance.
The main thing that is not in the core of DOLFINx is checkpointing. For that you can use: GitHub - jorgensd/adios4dolfinx: Interface of ADIOS2 for DOLFINx
Everything else should be relatively straightforward to implement.
1 Like