Skip to content
Snippets Groups Projects

Update flow and windows libs

Merged Adrien Crovato requested to merge adrien into master
3 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
@@ -13,6 +13,7 @@ DefineConstant[ msLe = { 0.01, Name "Airfoil LE mesh size" } ];
DefineConstant[ xRot = { 0.25, Name "Center of rotation" } ];
DefineConstant[ angle = { 0*Pi/180, Name "Angle of rotation" } ];
Geometry.AutoCoherence = 0; // Needed so that gmsh does not remove duplicate
Mesh.Algorithm = 5; // gmsh 4.5 change the default algo from Delaunay(5) to FrontalDelaunay (6). Force Delaunay for non regression tests
/**************
Geometry
Loading