Mesh Generator

  1. Read this tutorial of the mesh generator
  2. Download the files maill.exe, plotmtv.
  3. Type the following in your terminal.
    chmod u+x maill.exe
    chmod u+x plotmtv
  4. Example 1
    Download three files, example1.in, topology.example1, backgrid.example1.
    To generate mesh on a square domain, type

    ./maill.exe < example1.in

    To see the result, type

    ./plotmtv gridplot.example1

  5. Example 2
    example2.in, topology.example2, backgrid.example2
  6. Example 3
    example3.in, topology.example3, backgrid.example3
  7. Example 4
    example.in, topology.example, backgrid.example, naca0012.klc
  8. Exercise: Produce the same mesh as this.