1M2GMETIS(1) User Commands M2GMETIS(1)
2
3
4
6 m2gmetis - Converts a mesh into a graph that is compatible with METIS.
7
9 m2gmetis [options] <meshfile> <graphfile>
10
12 Required parameters
13
14 meshfile
15 Stores the input mesh.
16
17 graphfile
18 The filename of the output graph.
19
20 Optional parameters
21
22 -gtype=string
23
24 Specifies the graph that will be generated. The possible values
25 are:
26
27 dual - Generate dual graph of the mesh [default]
28
29 nodal - Generate the nodal graph of the mesh
30
31 -ncommon=int [applies when gtype=dual]
32
33 Specifies the common number of nodes that two elements must have
34 in order to put an edge between them in the dual graph. Default
35 is 1.
36
37 -dbglvl=int
38
39 Selects the dbglvl.
40
41 -help
42
43 Prints this message.
44
45
46
47m2gmetis 5.1.0 August 2020 M2GMETIS(1)