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
13
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
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
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
43 mord(1), mtst(1), gmk_msh(1).
44
45 Scotch user's manual.
46
48 Francois Pellegrini <francois.pellegrini@labri.fr>
49
50
51
52 23 November 2019 mmk_m2(1)