From bb85bb01a31dc3969c486f6943b11e683a262e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Tue, 6 Dec 2016 21:54:40 +0100 Subject: [PATCH] quads are curved (in general) --- libsrc/meshing/meshtype.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/meshing/meshtype.hpp b/libsrc/meshing/meshtype.hpp index fb6e66f0..d5fce34d 100644 --- a/libsrc/meshing/meshtype.hpp +++ b/libsrc/meshing/meshtype.hpp @@ -344,6 +344,7 @@ namespace netgen default: PrintSysError ("Element2d::SetType, illegal type ", int(typ)); } + is_curved = (np >= 4); } /// int GetNP() const { return np; }