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

*** empty log message ***

parent a2dd679b
No related branches found
No related tags found
No related merge requests found
$Id: README,v 1.8 2001-03-01 08:04:15 geuzaine Exp $
$Id: README,v 1.9 2001-04-25 15:41:27 geuzaine Exp $
Here are the examples in the Gmsh tutorial. These examples are
commented (both C and C++-style comments can be used in Gmsh input
......@@ -63,6 +63,12 @@ non-interactive mode, just type:
> gmsh t1.geo -2
To mesh the same example, but with the backgound mesh available in the
file 'bgmesh.pos', just type:
> gmsh t1.geo -2 -bgm bgmesh.pos
Several files can be loaded simultaneously in Gmsh. The first one
defines the project, while the others are appended ("merged") to this
project. You can merge such files with the 'File->Merge' menu, or by
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment