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

This commit is contained in:
vocx-fc
2020-05-30 23:30:10 +02:00
committed by wwmayer
parent 08dca736e3
commit 2330eef823
@@ -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)