bachrathyd / MDBM.jl

Multi-Dimensional Bisection Method: Julia package to determine the set of roots for 'any' parameter dimension and 'any' codimension
MIT License
33 stars 5 forks source link

Triangular patch for plot #7

Open bachrathyd opened 5 years ago

bachrathyd commented 5 years ago

Currently, the solutions of the 'face-neighbouring' n-cubes are connected. This is good if a curve is plotted. (see the connection function)

However, in case of a surface-like object, this connection leads to a strange (cubic-like) appearance.

Now the quadratic patches are generated (based on the graph of the point connections), then a two triangle is generated for each quadratic patches. It could be used for triangular plotting, however, some bug is in the code. (Unnecessary triangles are appears)