FEM: gmsh, new interpolation parameter, fix unit test

This commit is contained in:
Bernd Hahnebach
2019-12-17 22:31:32 +01:00
parent 597de362c3
commit 97b6c3eb04

View File

@@ -22,6 +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 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)