From ab8863312e989f39093018fac4690db118c54d4c Mon Sep 17 00:00:00 2001 From: Baptiste Durand Date: Mon, 11 Jan 2021 17:35:06 +0100 Subject: [PATCH] Default gmsh verbosity 5 -> 3 --- ho_homog/geometry/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ho_homog/geometry/__init__.py b/ho_homog/geometry/__init__.py index 1aa39ab..43a0889 100644 --- a/ho_homog/geometry/__init__.py +++ b/ho_homog/geometry/__init__.py @@ -79,7 +79,7 @@ from .transformations import plane_reflection, point_reflection, rotation, trans DEFAULT_GMSH_OPTIONS = { "General.Terminal": 1, - "General.Verbosity": 5, + "General.Verbosity": 3, "Geometry.AutoCoherence": 0, "Mesh.ColorCarousel": 2, # * 0=by element type, 1=by elementary entity, 2=by physical entity,3=by partition -- GitLab