Skip to content
Snippets Groups Projects
Commit 0690d538 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

show mesh size factor

parent bf511038
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ xBox = w/2. * 6. ; yBox = h * 12. ;
/* Definition of parameters for local mesh dimensions */
s = 1. ;
DefineConstant[ s = {1., Name "Parameters/Global mesh size factor"} ] ;
p0 = h / 10. * s ;
pLine0 = w/2. / 10. * s ; pLine1 = w/2. / 50. * s ;
pxBox = xBox / 10. * s ; pyBox = yBox / 8. * s ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment