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

*** empty log message ***

parent 3ca56533
Branches
Tags
No related merge requests found
......@@ -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
*/
......
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment