<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">from &nbsp;./VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfTopology.h<div><br></div><div><div>// Topologies</div><div>#define XDMF_NOTOPOLOGY &nbsp; &nbsp; 0x0</div><div>#define XDMF_POLYVERTEX &nbsp; &nbsp; 0x1</div><div>#define XDMF_POLYLINE &nbsp; &nbsp; &nbsp; 0x2</div><div>#define XDMF_POLYGON &nbsp; &nbsp; &nbsp; &nbsp;0x3</div><div>#define XDMF_TRI &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x4</div><div>#define XDMF_QUAD &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0x5</div><div>#define XDMF_TET &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x6</div><div>#define XDMF_PYRAMID &nbsp; &nbsp; &nbsp; &nbsp;0x7</div><div>#define XDMF_WEDGE &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x8</div><div>#define XDMF_HEX &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x9</div><div>#define XDMF_EDGE_3 &nbsp; &nbsp; &nbsp; &nbsp; 0x0022</div><div>#define XDMF_TRI_6 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x0024</div><div>#define XDMF_QUAD_8 &nbsp; &nbsp; &nbsp; &nbsp; 0x0025</div><div>#define XDMF_QUAD_9 &nbsp; &nbsp; &nbsp; &nbsp; 0x0023</div><div>#define XDMF_TET_10 &nbsp; &nbsp; &nbsp; &nbsp; 0x0026</div><div>#define XDMF_PYRAMID_13 &nbsp; &nbsp; 0x0027</div><div>#define XDMF_WEDGE_15 &nbsp; &nbsp; &nbsp; 0x0028</div><div>#define XDMF_WEDGE_18 &nbsp; &nbsp; &nbsp; 0x0029</div><div>#define XDMF_HEX_20 &nbsp; &nbsp; &nbsp; &nbsp; 0x0030</div><div>#define XDMF_HEX_24 &nbsp; &nbsp; &nbsp; &nbsp; 0x0031</div><div>#define XDMF_HEX_27 &nbsp; &nbsp; &nbsp; &nbsp; 0x0032</div><div>#define XDMF_MIXED &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x0070</div><div>#define XDMF_2DSMESH &nbsp; &nbsp; &nbsp; &nbsp;0x0100</div><div>#define XDMF_2DRECTMESH &nbsp; &nbsp; 0x0101</div><div>#define XDMF_2DCORECTMESH &nbsp; 0x0102</div><div>#define XDMF_3DSMESH &nbsp; &nbsp; &nbsp; &nbsp;0x1100</div><div>#define XDMF_3DRECTMESH &nbsp; &nbsp; 0x1101</div><div>#define XDMF_3DCORECTMESH &nbsp; 0x1102</div></div><div><br><div><div>Le 30 juil. 2013 à 01:18, Babak Poursartip &lt;<a href="mailto:babakpst@gmail.com">babakpst@gmail.com</a>&gt; a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><br><div>Hello,</div><div><br></div><div>I would like to visualize a model which has a mixture of quadratic elements "Quad_8" and "<span style="background-color:rgb(255,255,255);font-family:sans-serif;font-size:13px;line-height:19.046875px">Tri_6</span>" in it.&nbsp;</div>

<div><br></div><div>I use the following lines for "linear elements" and everything is fine, but the case of "Quadratic elements" it does not work.</div><div><br></div><div><div>&lt;Topology TopologyType="Mixed" NumberOfElements="3" &gt;</div>

<div>&lt;DataItem Format="XML" DataType="Int" Dimensions="20"&gt;</div><div>6 0 1 2 7</div><div>3 4 4 5 6 7</div><div>9 8 9 10 11 12 13 14 15</div><div>&lt;/DataItem&gt;</div><div>&lt;/Topology&gt;</div>

</div><div><br></div><div>from:&nbsp;<a href="http://www.xdmf.org/index.php/XDMF_Model_and_Format">http://www.xdmf.org/index.php/XDMF_Model_and_Format</a></div><div><br></div><div>It seems that the cell type number I am using is wrong. I found somewhere on the web that the cell type number for Quad_8 is 25 and for Tri_6 is 24.&nbsp;</div>

<div><br></div><div>Does anybody know about the cell type number for Quad_8 and Tri_6?</div><div><br></div><div>Regards,</div><div>Babak</div></div>
_______________________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br></blockquote></div><br></div></body></html>