<div dir="ltr">Using<div><br></div><div><div>  else if ((elemType.substr(0,3) == "HEX") && (binfo.BdsPerEntry[0] == 9))</div><div>    { binfo.CellType=VTK_HEXAHEDRON;          binfo.PointsPerCell = 9; }</div></div><div><br></div><div>Appears to render correctly (see attached plot)</div><div><br></div><div>I changed the Points per cell to 9 as well, with it as 8 the output was the same as before.</div><div><br></div><div>I'm guessing this is because exodus stores arrays by element (e.g. [<values for element 1, nodes 1 to 9>, <values for element 2, nodes 1 to 9>, ... etc.]) and PointsPerCell is used to index into these</div><div><br></div><div>If so your hex21 might also need to be changed, cubit/trelis doesn't support hex21 so I couldn't check.</div><div><br></div><div>Thanks,</div><div><br></div><div>Weston</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 9, 2018 at 4:16 PM, Weston Ortiz <span dir="ltr"><<a href="mailto:weston@wortiz.com" target="_blank">weston@wortiz.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class=""><div>> Have you built ParaView yourself or do you install it from packages.</div><div><br></div></span><div>Usually just from the paraview tarballs, i can try adding the new change code next week though.</div><span class=""><div><br></div>> It would help to have a small example file for us to test against.<br><div><br></div></span><div>Attached is a small example file (lid driven cavity, ldc.exoII) and an example output image of a slice with velocity vectors in ensight</div><div><br></div><div>Thanks,</div><div><br></div><div>Weston</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 9, 2018 at 3:17 PM, David Thompson <span dir="ltr"><<a href="mailto:david.thompson@kitware.com" target="_blank">david.thompson@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Weston,<br>
<span><br>
> Is there any way I could render HEX9 exodusii data as as HEX8 data in paraview,  (ignoring the 9th node) or work with it directly?<br>
<br>
</span>Not without modifying the source. Have you built ParaView yourself or do you install it from packages.<br>
<span><br>
><br>
> HEX9 numbering: <a href="https://github.com/gsjaardema/seacas/blob/master/docs/topology/hex09.png" rel="noreferrer" target="_blank">https://github.com/gsjaardema/<wbr>seacas/blob/master/docs/topolo<wbr>gy/hex09.png</a><br>
><br>
> It appears that Paraview reads the file as HEX8 but is reading the center node as part of one of the hexahedron's edges (see attached image)<br>
<br>
</span>It would help to have a small example file for us to test against. If you want to experiment, you can edit VTK/IO/Exodus/vtkExodusIIReade<wbr>r.cxx around line 3237 (inside vtkExodusIIReaderPrivate::Dete<wbr>rmineVtkCellType) and add<br>
<br>
  else if ((elemType.substr(0,3) == "HEX") &&      (binfo.BdsPerEntry[0] == 9))<br>
    { binfo.CellType=VTK_HEXAHEDRON;<wbr>               binfo.PointsPerCell = 8; }<br>
<br>
You can see that is what we do for 21-node hexes currently.<br>
<br>
        David<br>
<br>
<br>
> <simple_cube.png>_____________<wbr>______________________________<wbr>____<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="https://paraview.org/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://paraview.org/mailman/l<wbr>istinfo/paraview</a><br>
<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>