<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 ./VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfTopology.h<div><br></div><div><div>// Topologies</div><div>#define XDMF_NOTOPOLOGY 0x0</div><div>#define XDMF_POLYVERTEX 0x1</div><div>#define XDMF_POLYLINE 0x2</div><div>#define XDMF_POLYGON 0x3</div><div>#define XDMF_TRI 0x4</div><div>#define XDMF_QUAD 0x5</div><div>#define XDMF_TET 0x6</div><div>#define XDMF_PYRAMID 0x7</div><div>#define XDMF_WEDGE 0x8</div><div>#define XDMF_HEX 0x9</div><div>#define XDMF_EDGE_3 0x0022</div><div>#define XDMF_TRI_6 0x0024</div><div>#define XDMF_QUAD_8 0x0025</div><div>#define XDMF_QUAD_9 0x0023</div><div>#define XDMF_TET_10 0x0026</div><div>#define XDMF_PYRAMID_13 0x0027</div><div>#define XDMF_WEDGE_15 0x0028</div><div>#define XDMF_WEDGE_18 0x0029</div><div>#define XDMF_HEX_20 0x0030</div><div>#define XDMF_HEX_24 0x0031</div><div>#define XDMF_HEX_27 0x0032</div><div>#define XDMF_MIXED 0x0070</div><div>#define XDMF_2DSMESH 0x0100</div><div>#define XDMF_2DRECTMESH 0x0101</div><div>#define XDMF_2DCORECTMESH 0x0102</div><div>#define XDMF_3DSMESH 0x1100</div><div>#define XDMF_3DRECTMESH 0x1101</div><div>#define XDMF_3DCORECTMESH 0x1102</div></div><div><br><div><div>Le 30 juil. 2013 à 01:18, Babak Poursartip <<a href="mailto:babakpst@gmail.com">babakpst@gmail.com</a>> 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. </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><Topology TopologyType="Mixed" NumberOfElements="3" ></div>
<div><DataItem Format="XML" DataType="Int" Dimensions="20"></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></DataItem></div><div></Topology></div>
</div><div><br></div><div>from: <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. </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>