Skip to content

Commit

Permalink
version without any unwanted output; ready to merge, eventhough there…
Browse files Browse the repository at this point in the history
… is no vortex stream for the fine mesh, which is probably not a mesh reason
  • Loading branch information
koehlerson committed Mar 3, 2023
1 parent 3e4638c commit 06abf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/literate/ns_vs_diffeq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ gmsh.model.model.add_physical_group(dim,[1],11,"domain");
# Since we want a quad mesh, we specify the meshing algorithm to the quasi structured quad one.
# For a complete list, [see the Gmsh docs](https://gmsh.info/doc/texinfo/gmsh.html#Mesh-options-list).
gmsh.option.setNumber("Mesh.Algorithm",11)
gmsh.option.setNumber("Mesh.MeshSizeFromCurvature",300)
gmsh.option.setNumber("Mesh.MeshSizeFromCurvature",200)
gmsh.option.setNumber("Mesh.MeshSizeMax",0.005)
# remove fine mesh settings for CI #src
gmsh.option.setNumber("Mesh.MeshSizeFromCurvature",4) #hide
Expand Down

0 comments on commit 06abf67

Please sign in to comment.