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

DESCRIPTION

12       The  mtst  program  checks,  in  a sequential way, the consistency of a
13       Scotch source mesh and, in case of  success,  outputs  some  statistics
14       regarding  edge  weights, node and element vertex weights, and node and
15       element vertex degrees.
16
17       Source mesh file mfile can only be a centralized mesh file. The result‐
18       ing statistics are stored in file lfile. When file names are not speci‐
19       fied, data is read from standard input and written to standard  output.
20       Standard streams can also be explicitly represented by a dash '-'.
21
22       When  the proper libraries have been included at compile time, mtst can
23       directly handle compressed meshes, both as input and output.  A  stream
24       is  treated  as  compressed  whenever its name is postfixed with a com‐
25       pressed file extension, such as in 'brol.msh.bz2' or '-.gz'.  The  com‐
26       pression  formats which can be supported are the bzip2 format ('.bz2'),
27       the gzip format ('.gz'), and the lzma format ('.lzma', on input only).
28

OPTIONS

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

EXAMPLE

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

SEE ALSO

41       mord(1), grf_msh(1).
42
43       Scotch user's manual.
44

AUTHOR

46       Francois Pellegrini <francois.pellegrini@labri.fr>
47
48
49
50                               November 03, 2008                       mtst(1)
Impressum