FEM: fix failing unit test in Elmer meshing (SecondOrderLinear)

This commit is contained in:
vocx-fc
2020-05-30 14:36:03 -05:00
committed by wwmayer
parent 0d4f196c60
commit b5af1f5114

View File

@@ -22,7 +22,7 @@ Mesh.HighOrderOptimize = 0; // for more HighOrderOptimize parameter check http:
// mesh order
Mesh.ElementOrder = 2;
Mesh.SecondOrderLinear = 1; // Second order nodes are created by linear interpolation instead by curvilinear
Mesh.SecondOrderLinear = 0; // Second order nodes are created by linear interpolation instead by curvilinear
// mesh algorithm, only a few algorithms are usable with 3D boundary layer generation
// 2D mesh algorithm (1=MeshAdapt, 2=Automatic, 5=Delaunay, 6=Frontal, 7=BAMG, 8=DelQuad)