From a758b5f0e731dd9facd857bb37f24b7c51a6b3ab Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 21 May 2011 11:19:02 +0000 Subject: [PATCH] support 10 node tets in Abaqus export --- Geo/MTetrahedron.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Geo/MTetrahedron.h b/Geo/MTetrahedron.h index 93e2a93e0a..5060340d4d 100644 --- a/Geo/MTetrahedron.h +++ b/Geo/MTetrahedron.h @@ -256,6 +256,7 @@ class MTetrahedron10 : public MTetrahedron { virtual const char *getStringForPOS() const { return "SS2"; } virtual const char *getStringForBDF() const { return "CTETRA"; } virtual const char *getStringForDIFF() const { return "ElmT10n3D"; } + virtual const char *getStringForINP() const { return "C3D10"; } virtual void revert() { MVertex *tmp; -- GitLab