tritet 3.1.0

Triangle and tetrahedron mesh generators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "points": [
    [0, 0.0, 1.0, 0.0],
    [0, 0.0, 0.0, 0.0],
    [0, 1.0, 1.0, 0.0],
    [0, 0.0, 1.0, 1.0]
  ],
  "facets": [
    [0, [0, 2, 1]],
    [0, [0, 1, 3]],
    [0, [0, 3, 2]],
    [0, [1, 2, 3]]
  ],
  "holes": [],
  "regions": [
    [1, 0.1, 0.9, 0.1, null]
  ]
}