Hi all,
Due to some quota issues, I would like to write my results to a file which lies on another station as well as load my meshes from a file on another station.
Without Dolfin, I usually use paramiko to write to remote files. However, since in Fenics I use dolfin.File since I want to make sure my file is in the vtk format, it is unclear to me how this works or even if it works.
Thank you