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

a small test case for 2nd order elements

parent 3b8d5b4e
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ dext = 1; ...@@ -3,6 +3,7 @@ dext = 1;
dint = 0.2; dint = 0.2;
angle = Pi/4; angle = Pi/4;
nbdiv = 2; nbdiv = 2;
Mesh.ElementOrder = 2;
Point(1) = {0,0,0,lc}; Point(1) = {0,0,0,lc};
Point(2) = {dint,0,0,lc}; Point(2) = {dint,0,0,lc};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment