1mtst(1)                      Scotch user's manual                      mtst(1)
2
3
4

NAME

6       mtst - test the consistency of source meshes
7

SYNOPSIS

9       mtst [options] [mfile] [lfile]
10
11

DESCRIPTION

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 re‐
15       garding edge weights, node and element vertex weights, and node and el‐
16       ement 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').
29

OPTIONS

31       -h     Display some help.
32
33       -V     Display program version and copyright.
34

EXAMPLE

36       Test the consistency of mesh brol.msh:
37
38           $ mtst brol.msh
39
40

SEE ALSO

42       mcv(1), mord(1), gmk_msh(1).
43
44       Scotch user's manual.
45

AUTHOR

47       Francois Pellegrini <francois.pellegrini@labri.fr>
48
49
50
51                               23 November 2019                        mtst(1)
Impressum