Skip to content
Snippets Groups Projects
Commit 9800a737 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing MSH_QUA_12

parent a342e4a2
No related branches found
No related tags found
No related merge requests found
......@@ -971,6 +971,7 @@ MElement *MElementFactory::create(int type, std::vector<MVertex*> &v,
case MSH_QUA_4: return new MQuadrangle(v, num, part);
case MSH_QUA_8: return new MQuadrangle8(v, num, part);
case MSH_QUA_9: return new MQuadrangle9(v, num, part);
case MSH_QUA_12: return new MQuadrangleN(v, 3, num, part);
case MSH_QUA_16: return new MQuadrangleN(v, 3, num, part);
case MSH_QUA_25: return new MQuadrangleN(v, 4, num, part);
case MSH_QUA_36: return new MQuadrangleN(v, 5, num, part);
......
......@@ -53,3 +53,5 @@ Recombine Surface{1};
// Apply an elliptic smoother to the grid
Mesh.Smoothing = 100;
Physical Surface(1) = 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment