Rémi Delaporte-Mathurin
Rémi Delaporte-Mathurin
> @RemDelaporteMathurin Thanks. If you can, please install this branch and check that the reader is what you want. ```python import pyvista reader = pyvista.XdmfReader("tasks/T.xdmf") mesh = reader.read() mesh.plot() ```...
> @RemDelaporteMathurin Good! Let's think about how to change the time. 👍 My bad, it seems that the reader reads the _first_ timestep by default, not the last. This is...
I couldn't get LastTimeIndex to work but this seems to produce the expected number of timesteps: ```python from vtkmodules.vtkIOXdmf2 import vtkXdmfReader reader = vtkXdmfReader() reader.SetFileName("T.xdmf") reader.UpdateInformation() print(reader.GetNumberOfGrids()) ``` This prints...
@tkoyama010 I tested the current implementation with the XDMF files I sent: The no_checkpoint version seems to work "fine" (apart from the fact that it loads the first time step)....
Maybe we should consider using the XDMF3 reader (we are currently using XDMF2).
@Akronix @shammamah-zz can we have an update on this? I couldn't find a way to have a label left of any toggle... it seems this PR is dead. I don't...
@shimwell
Hi, Oh ok so at the moment only `vtkImageData` can be read right?
@fmarotta maybe there's a flag in sidecite that forces the alignment to the left?
Hi @pi8027 it does fix it! and it's well aligned now.  However there still is some were spacing in the name... any idea?