FEM: gmsh, new interpolation parameter, fix unit test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user