vthb file structure

The version I was using is ParaView v5.9.0.

Now I am testing on the nightly build of ParaView v5.9.1. Indeed I can see the changes reading the same file I posted:

  • On the coarse level, those cells with vtkGhostType==0 are not displayed anymore (which is actually a bit of strange since this is supposed to be vtkOverlappingAMR)
  • On the fine level, I still cannot visualize the coarse cells that are denoted with vtkGhostType!=0 correctly. I tried UInt8 values 8, 16, and 32.

How should I proceed @mwestphal ?

I find this description of AMR dataset in the documentation. It would be great to have some more sample data that we can play with.