Closed finsberg closed 1 week ago
It would be nice if we could have a way to save time dependent point clouds, e.g instead of doing
scifem.xdmf.create_pointcloud("results.xdmf", [u, v])
we could do something similar to what is done in VTXWriter, e.g
xdmf = scifem.xdmf.create_pointcloud("results.xdmf", [u, v]) xdmf.write(0.0)
Fixed in #63
It would be nice if we could have a way to save time dependent point clouds, e.g instead of doing
we could do something similar to what is done in VTXWriter, e.g