From 23b8b7f5ed990ef94df68d7924ca3b724cc0a8f4 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 8 Dec 2000 12:20:09 +0000 Subject: [PATCH] *** empty log message *** --- demos/demo-01.geo | 3 +++ demos/demo-02.geo | 6 +++--- demos/demo-14.geo | 8 +------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/demos/demo-01.geo b/demos/demo-01.geo index ff74df0178..0b33b9f057 100644 --- a/demos/demo-01.geo +++ b/demos/demo-01.geo @@ -85,6 +85,9 @@ Physical Surface(9999) = {6}; If you want modifications made to one view to affect also all other views, select the appropriate option in Options->Post-Processing + + All the options can also be specified in the input files. You can save the + current options with File->Save Options as */ diff --git a/demos/demo-02.geo b/demos/demo-02.geo index 43011af4cf..70f60a36e2 100644 --- a/demos/demo-02.geo +++ b/demos/demo-02.geo @@ -37,9 +37,9 @@ Volume(10023) = {10022}; Physical Volume (1) = {41} ; /* README: You can also specify options in the file. For example, this - redefines the color of geometry points. Click on the '?' button in the - main window, print the file in 'geo' format, or add '-0' on the command - line to get the full list of available options. */ + redefines the color of geometry points. Click on the '?' button in + the main window, or save the options with File->Save Options as to + get the full list of available options. */ General.Rotation0 = 10; General.Color.Background = Red; diff --git a/demos/demo-14.geo b/demos/demo-14.geo index f6ea35a416..67749dcefc 100644 --- a/demos/demo-14.geo +++ b/demos/demo-14.geo @@ -6,13 +6,7 @@ All important comments are marked with "README" */ -Options{ - - Mesh{ - Algorithm = 2 ; // This is the new 2D anisotropic algorithm - } - -} +Mesh.Algorithm = 2 ; // This is the new 2D anisotropic algorithm lc = .1; -- GitLab