Hello,
The COQUE_3D model uses quadratic geometric supports (TRIA7 or QUAD9).
You can ask your mesher (in salome/mesh, use Modification/Convert to/from quadratic) or directly in code_aster via the commands
meshLine = LIRE_MAILLAGE(FORMAT=‘MED’)
meshQuad = CREA_MAILLAGE(MAILLAGE=meshLine, LINE_QUAD=_F(TOUT=‘OUI’))
meshBiQuad = CREA_MAILLAGE(MAILLAGE=meshQuad, MODI_MAILLE=_F(TOUT=‘OUI’, OPTION="TRIA6_7"))