1gmk_msh(1) Scotch user's manual gmk_msh(1)
2
3
4
6 gmk_msh - create source graph from source mesh
7
9 gmk_msh [options] [mfile] [gfile]
10
11
13 The gmk_msh program creates a source graph from a source mesh. The
14 vertices of the graph are the nodes of the mesh, and all mesh elements
15 are turned into cliques, that is, there exists an edge between two ver‐
16 tices in the graph if there exists at least an element in the mesh
17 which comprises the two associated nodes.
18
20 -h Display some help.
21
22 -V Display program version and copyright.
23
25 Create a source graph brol.grf from a source mesh brol.msh:
26
27 $ gmk_msh brol.msh brol.grf
28
29
31 dgmap (1), dgord(1), gbase(1), gmap(1), gord(1), gtst(1), mmk_m2(1),
32 mord(1), mcv(1), mtst(1).
33
34 Scotch user's manual.
35
37 Francois Pellegrini <francois.pellegrini@labri.fr>
38
39
40
41 02 September 2020 gmk_msh(1)