I am working with large data that I must read from a .msh file and then a .out file line by line (which makes it super slow) every time. Then I construct that in ngsolve as some piecewise GridFunction. I am looking to speed up and also simplify this process. Do we have any data format that can store a GridFunction or a CoefficientFunction object?