Multiblock output writeVtkBlock

Hello everyone,
When I use sparseOut.writeVtkBlock as in example refinement3d. It seems that my output multiblock always has a little gap between each level, as in the picture

.
Is this right?
I had try to increase “outputBox.x1”, but it doesn’t work.
outputBox.x0=(plint)PhysicLengthtoLB(outputCuboid.x0(),0,dx,Parameter.physicalLocation);
outputBox.x1=(plint)PhysicLengthtoLB(outputCuboid.x1(),0,dx,Parameter.physicalLocation) + (plint) 1;

Well it is. It’s the output structure of the multi level that is like that. To make better images you can do the following in Paraview to have nicer outputs…

  1. merge blocks.
  2. from cell data to point data.