Rémi Delaporte-Mathurin

Results 234 comments of Rémi Delaporte-Mathurin
trafficstars

> @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...

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. ![image](https://user-images.githubusercontent.com/40028739/162289978-8e760ad7-23da-46ca-9c72-c0bb355087aa.png) However there still is some were spacing in the name... any idea?