1
2mtst(1) Scotch user's manual mtst(1)
3
4
5
7 mtst - test the consistency of source meshes
8
10 mtst [options] [mfile] [lfile]
11
13 The mtst program checks, in a sequential way, the consistency of a
14 Scotch source mesh and, in case of success, outputs some statistics
15 regarding edge weights, node and element vertex weights, and node and
16 element vertex degrees.
17
18 Source mesh file mfile can only be a centralized mesh file. The result‐
19 ing statistics are stored in file lfile. When file names are not speci‐
20 fied, data is read from standard input and written to standard output.
21 Standard streams can also be explicitly represented by a dash '-'.
22
23 When the proper libraries have been included at compile time, mtst can
24 directly handle compressed meshes, both as input and output. A stream
25 is treated as compressed whenever its name is postfixed with a com‐
26 pressed file extension, such as in 'brol.msh.bz2' or '-.gz'. The com‐
27 pression formats which can be supported are the bzip2 format ('.bz2'),
28 the gzip format ('.gz'), and the lzma format ('.lzma', on input only).
29
31 -h Display some help.
32
33 -V Display program version and copyright.
34
36 Test the consistency of mesh brol.msh:
37
38 $ mtst brol.msh
39
40
42 mord(1), grf_msh(1).
43
44 Scotch user's manual.
45
47 Francois Pellegrini <francois.pellegrini@labri.fr>
48
49
50
51 August 03, 2010 mtst(1)