From 33912385a8cfa0891c0a14dafbbf29aed4f01230 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 16 Jun 2001 05:48:10 +0000 Subject: [PATCH] Physical stuff for extrude --- tutorial/t3.geo | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/tutorial/t3.geo b/tutorial/t3.geo index 8ba3ea9209..13a286fcd0 100644 --- a/tutorial/t3.geo +++ b/tutorial/t3.geo @@ -31,13 +31,17 @@ Extrude Surface { 122, {0,1,0} , {-0.1,0,0.1} , -Pi/2 } { Recombine ; Layers { {7}, {9002}, {1} } ; }; +Physical Volume(101) = {9000,9001,9002}; + // All interactive options can also be set directly in the input file. -// For example, the following lines redefine the background color of -// the graphic window, redefine the color of the points of the -// geometry, disable the display of the axes, and select an initial -// viewpoint in XYZ mode (disabling the interactive trackball-like -// rotation mode): +// For example, the following lines define a global characteristic +// length factor, redefine the background color of the graphic window, +// redefine the color of the points of the geometry, disable the +// display of the axes, and select an initial viewpoint in XYZ mode +// (disabling the interactive trackball-like rotation mode): +Mesh.CharacteristicLengthFactor = 4; +General.Color.Background = Red; General.Color.Background = Red; Geometry.Color.Points = Orange; General.Axes = 0; -- GitLab