<div dir="ltr"><div><div><div><div><div>Hello,<br></div>I'm trying to make second order quad elements. Meshing works fine, but when I export my mesh as the Calculix .inp format, the elements are incorrect.<br></div>It makes:<br><br>*Element, type=CPS4, ELSET=Surface0<br>10681, 386, 476, 480, 479, 891, 892, 893, 894, 895<br><br></div>Note that it lists the element number, then 9 nodes, this is incorrect.<br></div>CPS4 is made of 4 nodes only and is a first order element.<br>Instead, a second order quad should have been printed here, a CPS8,<br></div>see the line below as a mock-up.<br><div><br>*Element, type=CPS8, ELSET=Surface0<br>10681, 386, 476, 480, 479, 891, 892, 893, 894<br><br></div><div>Can the next version of gmsh fix this?<br></div><div>Please make sure and use element numbering as shown in:<br><a href="http://bconverged.com/calculix/doc/ccx/html/node38.html">http://bconverged.com/calculix/doc/ccx/html/node38.html</a><br></div><div>Thanks,<br></div><div>-Justin<br></div></div>