Hi all,
I am using dolfinx to solve a flow through a channel (similar to Joergen Tutorial Test Problem 1: Channel Flow).
It is an unsteady problem, and I am saving the velocity and pressure fields at each time step in XDMF/h5 files.
My question is: given those .xdmf and .h5 files, how can I read the velocity that I have obtained at the last time step?
I need to use that velocity field as the initial condition of another problem.
Thank you very much in advance.