summaryrefslogtreecommitdiff
path: root/README.md
blob: 33ecf34f241a77a2c96e1f66d12e7d9cc1e57da5 (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
25
26
# MAMMOTH

MAMMOTH is a wavelet-based multiresolution mesh generator, leveraging
{[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)
+ [GNU Make](https://www.gnu.org/software/make/)
+ [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.