1Gmsh(1)                        Gmsh Manual Pages                       Gmsh(1)
2
3
4

NAME

6       Gmsh  -  3D  finite element mesh generator with built-in CAD engine and
7       post-processor
8

SYNOPSIS

10       gmsh [file(s)] [option(s)]
11

DESCRIPTION

13       Gmsh is a 3D finite element grid generator with a build-in  CAD  engine
14       and  post-processor.  Its  design  goal is to provide a fast, light and
15       user-friendly meshing tool with parametric input and  advanced  visual‐
16       ization capabilities.
17
18       Gmsh is built around four modules: geometry, mesh, solver and post-pro‐
19       cessing. The specification of any input to these modules is done either
20       interactively using the graphical user interface or in ASCII text files
21       using Gmsh's own scripting language.
22

GEOMETRY OPTIONS

24       -0  Output model, then exit.
25
26       -tol float
27           set geometrical tolerance.
28

MESH OPTIONS

30       -1, -2, -3
31           perform 1D, 2D or 3D mesh generation, then exit.
32
33       -o file
34           specify output file name.
35
36       -format string
37           set output mesh format (auto, msh, msh1,  msh2,  msh4,  unv,  vrml,
38           stl, mesh, bdf, med, ...).
39
40       -bin
41           use binary format when available.
42
43       -saveall
44           save all elements (discard physical group definitions)
45
46       -algo string
47           select  mesh  algorithm (meshadapt, del2d, front2d, del3d, front3d,
48           hxt, ...).
49
50       -parametric
51           save nodes with their parametric coordinates.
52
53       -part int
54           partition the mesh after batch mesh generation.
55
56       -smooth int
57           set number of mesh smoothing steps.
58
59       -order int
60           set mesh order.
61
62       -clscale float
63           set global scaling factor to the mesh characteristic lengths in the
64           model.
65
66       -clmin float
67           Set minimum characteristic length.
68
69       -clmax float
70           Set maximum characteristic length.
71
72       -rand float
73           set random perturbation factor.
74
75       -bgm file
76           load  the  post-processing  view  in file as the current background
77           mesh.
78
79       -check
80           perform various consistency checks on mesh.
81

POST-PROCESSING OPTIONS

83       -combine
84           combine input views into multi-time-step ones.
85

DISPLAY OPTIONS

87       -n  hide all meshes and post-processing views on startup.
88
89       -fontsize int
90           specify the font size for the GUI.
91
92       -display string
93           specify display.
94

OTHER OPTIONS

96       -   parse input files, then exit.
97
98       -new
99           create new model before merge next file.
100
101       -merge
102           merge next files.
103
104       -open
105           ppen next files.
106
107       -a, -g, -m, -s, -p
108           start in automatic, geometry, mesh, solver or post-processing mode.
109
110       -pid
111           print pid on stdout.
112
113       -listen
114           always listen to incoming connection requests.
115
116       -v int
117           set verbosity level.
118
119       -nopopup
120           don't popup dialog windows in scripts.
121
122       -setnumber name value
123           set constant number name=value
124
125       -setstring name value
126           set constant string name=value
127
128       -string string
129           parse option string at startup.
130
131       -option file
132           parse option file at startup.
133
134       -convert files
135           Convert files into latest binary formats, then exit.
136
137       -version
138           show version number.
139
140       -info
141           show detailed version information.
142
143       -help
144           show help message.
145

AUTHORS

147       Christophe Geuzaine  (cgeuzaine@uliege.be)  and  Jean-Francois  Remacle
148       (jean-francois.remacle@uclouvain.be).
149

SEE ALSO

151       getdp(1),
152       Gmsh examples (/usr/share/doc/gmsh-*/),
153       Gmsh homepage (http://gmsh.info).
154
155       The  full documentation for Gmsh is maintained as a Texinfo manual.  If
156       the info and gmsh programs are properly installed  at  your  site,  the
157       command
158
159              info gmsh
160
161       should give you access to the complete manual.
162
163
164
1654th Berkeley Distribution      21 December 2019                        Gmsh(1)
Impressum