<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: #000000;font-size: 10pt;"><br>
There are a couple of issues with your example.<br>
<br>
The Exodus reader creates a multi-block dataset, whose first block is itself a multi-block dataset (You can see that in ParaView's Information tab).<br>
<br>
thus, your input should be:<br>
<br>
contours.SetInputData(reader.GetOutput().GetBlock(0).GetBlock(0))<br>
<br>
second, you need to tell contours which variable to use:<br>
<br>
contours.SetInputArrayToProcess(0, 0, 0, 0, "u")<br>
<div><br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">-----------------<br>
Jean/CSCS<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>