I'm trying to figure how to make a simplex mesh on orthogonal domain. Basically it comes to this:
- Make (2) triangles of a rectangle
- Make (5) tetrahedrons of orthogonal prism (cuboid)
- etc.
I don't need any refinement, smallest possible number of simplex-es will do...
Is there any existing algorithm(s) that can do that for n-dimensional domain? If not, any idea?
Thank you!