1
2mmk_m2(1)                    Scotch user's manual                    mmk_m2(1)
3
4
5

NAME

7       mmk_m2, mmk_m3 - create source meshes
8

SYNOPSIS

10       mmk_m2 [options] [-gcfile] dimX dimY [ofile]
11
12       mmk_m3 [options] [-gcfile] dimX dimY dimZ [ofile]
13

DESCRIPTION

15       The  mmk_*  programs  create source mesh files for some common, regular
16       topologies.
17
18       mmk_m2 creates a 2D regular  mesh  of  dimX  times  dimY  elements  and
19       (dimX+1)  times (dimY+1) nodes, such that element (i,j) is connected to
20       nodes (i,j), (i,j+1), (i+1,j) and (i+1,j+1).
21
22       mmk_m3 creates a 3D regular mesh of dimX times dimY times dimZ elements
23       and  (dimX+1)  times  (dimY+1)  times (dimZ+1) nodes, such that element
24       (i,j,k)  is  connected  to   nodes   (i,j,k),   (i,j,k+1),   (i,j+1,k),
25       (i,j+1,k+1), (i+1,j,k), (i+1,j,k+1), (i+1,j+1,k) and (i+1,j+1,k+1).
26

OPTIONS

28       -gcfile
29              Output  graph  vertex  coordinates (that is, geometry data to be
30              used by gout(1)) in file cfile.
31
32       -h     Display some help.
33
34       -V     Display program version and copyright.
35

EXAMPLE

37       Create a mesh of 5x7 elements, along with its geometry:
38
39           $ mmk_m2 5 7 -g/tmp/m5x7.xyz /tmp/m5x7.msh
40
41

SEE ALSO

43       mord(1), mtst(1), gmk_msh(1).
44
45       Scotch user's manual.
46

AUTHOR

48       Francois Pellegrini <francois.pellegrini@labri.fr>
49
50
51
52                                August 03, 2010                      mmk_m2(1)
Impressum