1mmk_m2(1) Scotch user's manual mmk_m2(1)
2
3
4
6 mmk_m2, mmk_m3 - create source meshes
7
9 mmk_m2 [options] [-gcfile] dimX dimY [ofile]
10
11 mmk_m3 [options] [-gcfile] dimX dimY dimZ [ofile]
12
14 The mmk_* programs create source mesh files for some common, regular
15 topologies.
16
17 mmk_m2 creates a 2D regular mesh of dimX times dimY elements and
18 (dimX+1) times (dimY+1) nodes, such that element (i,j) is connected to
19 nodes (i,j), (i,j+1), (i+1,j) and (i+1,j+1).
20
21 mmk_m3 creates a 3D regular mesh of dimX times dimY times dimZ elements
22 and (dimX+1) times (dimY+1) times (dimZ+1) nodes, such that element
23 (i,j,k) is connected to nodes (i,j,k), (i,j,k+1), (i,j+1,k),
24 (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).
25
27 -gcfile
28 Output graph vertex coordinates (that is, geometry data to be
29 used by gout(1)) in file cfile.
30
31 -h Display some help.
32
33 -V Display program version and copyright.
34
36 Create a mesh of 5x7 elements, along with its geometry:
37
38 $ mmk_m2 5 7 -g/tmp/m5x7.xyz /tmp/m5x7.msh
39
40
42 mord(1), mtst(1), gmk_msh(1).
43
44 Scotch user's manual.
45
47 Francois Pellegrini <francois.pellegrini@labri.fr>
48
49
50
51 September 08, 2008 mmk_m2(1)