<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #333399;font-size: 10pt;">Hi,<br>
<br>
I have a parallel, Catalyst-enabled simulation exposing its data using a vtkMultiBlockDataSet.<br>
Each block in this dataset is a vtkRectilinearGrid.<br>
<br>
Each of the n processes handles k blocks (same number of blocks in each process).<br>
I used the sample script provided with ParaView to write an output of my adaptor so that I can then generate an actual visualization pipeline using ParaView with this output as source.<br>
<br>
My question is: how can I ask ParaView to plot only one of the blocks (for debugging purpose; my mesh does not currently look like what it should and I suspect a problem in the way I compute the coordinates of each block's vertices, as a function of the process
 rank and block id).<br>
<br>
Thanks,<br>
<br>
Matthieu</div>
</body>
</html>