summaryrefslogtreecommitdiff
path: root/README.md
blob: 72954740c7243b501337bd3950ae96d8228fb1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# MAMMOTH

MAMMOTH is a wavelet-based multiresolution mesh generator.  It leverages
{J.R. Shewchuk's [Triangle](https://www.cs.cmu.edu/~quake/triangle.html)}
for the Delaunay triangulation.

## Dependencies

+ [GCC, the GNU Compiler Collection](https://gcc.gnu.org)
+ [Triangle](https://www.cs.cmu.edu/~quake/triangle.html)

## Installation

Use GNU make to build the code.

## Usage

After building, the executable is located in the root directory.

```
./mammoth <input-file>
```

See the example input folder provided alongside the code.